[SCM] live-build branch, upstream, updated. upstream/2.0.12-12-gc255cc2

Daniel Baumann daniel at debian.org
Wed Mar 9 17:16:44 UTC 2011


The following commit has been merged in the upstream branch:
commit a49fad60f041c919d2d61e19c8a169f76ba4ea02
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Mar 9 18:09:15 2011 +0100

    Adding upstream version 3.0~a8.

diff --git a/Makefile b/Makefile
index aeb8318..39807b8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
 
 LANGUAGES = de
 
-SCRIPTS = cgi/* functions/* examples/*/*.sh scripts/*.sh scripts/*/*
+SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
 
 all: test build
 
diff --git a/VERSION b/VERSION
index f47d7b5..c28f039 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0~a7
+3.0~a8
diff --git a/cgi/cgi b/cgi/cgi
index 8e40fd3..f15d185 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -64,7 +64,7 @@ else
 	# Standard options
 	LB_BINARY_IMAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])binary_images=[-a-z]+' | cut -f 2 -d '=' | head -n1)
 	LB_DISTRIBUTION=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])distribution=[a-z]+' | cut -f 2 -d '=' | head -n1)
-	LB_PACKAGES_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
+	LB_PACKAGE_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])package_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
 	LB_TASKS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])tasks=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1)
 	LB_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1)
 
@@ -132,7 +132,7 @@ else
 	    -e "s/EMAIL/${_EMAIL}/" \
 	    -e "s/LB_BINARY_IMAGES/${LB_BINARY_IMAGES}/" \
 	    -e "s/LB_DISTRIBUTION/${LB_DISTRIBUTION}/" \
-	    -e "s/LB_PACKAGES_LISTS/${LB_PACKAGES_LISTS}/" \
+	    -e "s/LB_PACKAGE_LISTS/${LB_PACKAGE_LISTS}/" \
 	    -e "s/LB_TASKS/${LB_TASKS}/" \
 	    -e "s/LB_PACKAGES/${LB_PACKAGES}/" \
 	    -e "s/LB_ARCHITECTURE/${LB_ARCHITECTURE}/" \
@@ -181,7 +181,7 @@ REMOTE_ADDR="${REMOTE_ADDR}"
 # Standard options
 LB_BINARY_IMAGES="${LB_BINARY_IMAGES}"
 LB_DISTRIBUTION="${LB_DISTRIBUTION}"
-LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS}"
+LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS}"
 LB_TASKS="${LB_TASKS}"
 LB_PACKAGES="${LB_PACKAGES}"
 
@@ -226,7 +226,7 @@ LB_REPOSITORIES="${LB_REPOSITORIES}"
 EOF
 
 	echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: add web build (${_BUILD}) from ${REMOTE_ADDR}." >> /var/log/live
-	echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|packages_lists ${LB_PACKAGES_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architecture ${LB_ARCHITECTURE}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|sysvinit ${LB_SYSVINIT}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|encryption ${LB_ENCRYPTION}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_
 NET_ROOT_PATH}|net_server ${LB_NET_ROOT_SERVER}|source_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live
+	echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|package_lists ${LB_PACKAGE_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architecture ${LB_ARCHITECTURE}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|sysvinit ${LB_SYSVINIT}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|encryption ${LB_ENCRYPTION}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_NE
 T_ROOT_PATH}|net_server ${LB_NET_ROOT_SERVER}|source_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live
 fi
 
 sed -e "s/VERSION/${VERSION}/" "${_TEMPLATES}"/footer.html
diff --git a/cgi/cron b/cgi/cron
index 1cbf018..a1cd424 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -68,7 +68,7 @@ then
 		_REMOTE_ADDR=`awk -F\" '/^REMOTE_ADDR=/{print $2}' ${_FILE}`
 		_LB_ARCHITECTURE=`awk -F\" '/^LB_ARCHITECTURE=/{print $2}' ${_FILE}`
 		_LB_DISTRIBUTION=`awk -F\" '/^LB_DISTRIBUTION=/{print $2}' ${_FILE}`
-		_LB_PACKAGES_LISTS=`awk -F\" '/^LB_PACKAGES_LISTS=/{print $2}' ${_FILE}`
+		_LB_PACKAGE_LISTS=`awk -F\" '/^LB_PACKAGE_LISTS=/{print $2}' ${_FILE}`
 		_LB_PACKAGES=`awk -F\" '/^LB_PACKAGES=/{print $2}' ${_FILE}`
 		# Pull in the custom bootstrap
 		_CUSTOM_BOOTSTRAP=`awk -F\" '/^_CUSTOM_BOOTSTRAP=/{print $2}' ${_FILE}`
@@ -112,10 +112,10 @@ then
 		if [ "${_ERRORCONFIG}" -eq "0" ] && [ "${_ERRORBUILD}" -eq "0" ]
 		then
 			_STATUS="maybe-successful"
-			echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGES_LISTS}/${_LB_PACKAGES}\" 200 - \"-\" \"\"">>/var/log/live-cgi.builds 
+			echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 200 - \"-\" \"\"">>/var/log/live-cgi.builds 
 		else
 			_STATUS="maybe-failed"
-			echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGES_LISTS}/${_LB_PACKAGES}\" 404 - \"-\" \"\"">>/var/log/live-cgi.builds 
+			echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 404 - \"-\" \"\"">>/var/log/live-cgi.builds 
 		fi
 
 		sed -e "s/BUILD/${_BUILD}/g" \
diff --git a/examples/auto/build b/examples/auto/build
new file mode 100755
index 0000000..34956c1
--- /dev/null
+++ b/examples/auto/build
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+lb build noauto "${@}" 2>&1 | tee binary.log
diff --git a/examples/auto/clean b/examples/auto/clean
new file mode 100755
index 0000000..436f52d
--- /dev/null
+++ b/examples/auto/clean
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+lb clean noauto "${@}"
+rm -f config/binary config/bootstrap config/chroot config/common config/source
+rm -f binary.log
diff --git a/examples/auto/config b/examples/auto/config
new file mode 100755
index 0000000..e67a471
--- /dev/null
+++ b/examples/auto/config
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+lb config noauto \
+	--packages-lists "standard" \
+	"${@}"
diff --git a/functions/conffile.sh b/functions/conffile.sh
index 02730df..65a0357 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -17,9 +17,9 @@ Get_conffiles ()
 		for FILE in ${@}
 		do
 			FILES="${FILES} ${FILE} ${FILE}.${LB_ARCHITECTURE} ${FILE}.${DISTRIBUTION}"
-			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||')"
-			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${ARCHITECTURE}"
-			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${DISTRIBUTION}"
+			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||')"
+			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}"
+			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}"
 		done
 	fi
 
diff --git a/functions/defaults.sh b/functions/defaults.sh
index c801656..42d18bc 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -682,7 +682,7 @@ Set_defaults ()
 			;;
 
 		*)
-			LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS:-standard}"
+			LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}"
 			;;
 	esac
 
@@ -700,7 +700,7 @@ Set_defaults ()
 	esac
 
 	# Setting tasks string
-	for LIST in ${LB_PACKAGES_LISTS}
+	for LIST in ${LB_PACKAGE_LISTS}
 	do
 		case "${LIST}" in
 			stripped|minimal)
@@ -708,7 +708,7 @@ Set_defaults ()
 				;;
 
 			gnome-desktop)
-				LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
+				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
 				case "${LB_DISTRIBUTION}" in
 					lenny)
 						LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||') standard gnome-desktop desktop"
@@ -721,7 +721,7 @@ Set_defaults ()
 				;;
 
 			kde-desktop)
-				LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|kde-desktop||') standard-x11"
+				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|kde-desktop||') standard-x11"
 
 				case "${LB_DISTRIBUTION}" in
 					lenny)
@@ -734,7 +734,7 @@ Set_defaults ()
 				;;
 
 			lxde-desktop)
-				LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
+				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
 
 				case "${LB_DISTRIBUTION}" in
 					lenny)
@@ -748,7 +748,7 @@ Set_defaults ()
 				;;
 
 			xfce-desktop)
-				LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
+				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
 
 				case "${LB_DISTRIBUTION}" in
 					lenny)
@@ -763,7 +763,7 @@ Set_defaults ()
 		esac
 	done
 
-	LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|  ||g')"
+	LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|  ||g')"
 	LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|  ||g')"
 
 	# Setting security updates option
@@ -818,7 +818,7 @@ Set_defaults ()
 	esac
 
 	# Setting apt indices
-	if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b"
+	if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
 	then
 		LB_APT_INDICES="${LB_APT_INDICES:-none}"
 	else
@@ -1112,12 +1112,12 @@ Check_defaults ()
 		fi
 	fi
 
-	if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b"
+	if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
 	then
 		# aptitude + stripped|minimal
 		if [ "${LB_APT}" = "aptitude" ]
 		then
-			Echo_warning "You selected LB_PACKAGES_LISTS='%s' and LB_APT='aptitude'" "${LB_PACKAGES_LIST}. This configuration is potentially unsafe, as aptitude is not used in the stripped/minimal package lists."
+			Echo_warning "You selected LB_PACKAGE_LISTS='%s' and LB_APT='aptitude'" "${LB_PACKAGE_LIST}. This configuration is potentially unsafe, as aptitude is not used in the stripped/minimal package lists."
 		fi
 	fi
 
@@ -1174,7 +1174,7 @@ Check_defaults ()
 		Echo_warning "You have specified a value of LB_ISO_VOLUME that is too long; the maximum length is 32 characters."
 	fi
 
-	if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b"
+	if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
 	then
 		if [ "${LB_APT_INDICES}" = "true" ]
 		then
diff --git a/functions/man.sh b/functions/man.sh
index 672ed7b..c039a39 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -12,7 +12,7 @@ Man ()
 {
 	if [ -x "$(which man 2>/dev/null)" ]
 	then
-		man lh_$(basename ${0})
+		man lb_$(basename ${0})
 		exit 0
 	fi
 }
diff --git a/functions/packageslists.sh b/functions/packagelists.sh
similarity index 100%
rename from functions/packageslists.sh
rename to functions/packagelists.sh
diff --git a/hooks/stripped b/hooks/stripped
index ac895da..154e7be 100755
--- a/hooks/stripped
+++ b/hooks/stripped
@@ -10,6 +10,15 @@
 
 set -e
 
+# WARNING: Using this hook will result in a stripped system, means,
+# it may very well be possible that other packages are depending
+# on certain files that get removed here.
+# Therefore, this hooks is merely an inspiration for what could be
+# removed and not a generic nor recommendet solution to get the
+# image filesize down. In any event, using this hook can lead to
+# unforseen bugs and breakages in other packages and you should
+# be prepared to find and fix it for your own images.
+
 # Removing unused packages
 for PACKAGE in apt-utils aptitude man-db manpages info wget dselect
 do
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 08345ff..d4ede02 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 8e41cd2..6b5eb2f 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 738f458..16b7bda 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 fbc573b..542381e 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 ac5395b..290c139 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 a66684f..02cb698 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_encryption.de.1 b/manpages/de/lb_binary_encryption.de.1
index 3f22d73..2e38387 100644
--- a/manpages/de/lb_binary_encryption.de.1
+++ b/manpages/de/lb_binary_encryption.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_encryption\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index c26833e..ec82fe0 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 93e196f..80590a8 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 f485b59..ca20419 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 6dd7d83..940b3a0 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 9347c98..40eb3e8 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 d057024..661278a 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 7c85c11..f90b42c 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_local-packagelists.de.1
similarity index 76%
copy from manpages/de/lb_binary_win32-loader.de.1
copy to manpages/de/lb_binary_local-packagelists.de.1
index cd9c9cf..5e6517c 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_binary_local-packagelists.de.1
@@ -3,22 +3,22 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_win32\-loader\fP \- Complete the binary stage
+\fBlb binary_local\-packagelists\fP \- Complete the binary stage
 
 .SH SYNOPSIS
-\fBlb binary_win32\-loader\fP [\fIlive\-build options\fP]
+\fBlb binary_local\-packagelists\fP [\fIlive\-build options\fP]
 
 .SH DESCRIPTION
-\fBlb binary_win32\-loader\fP is a low\-level command (plumbing) of
+\fBlb binary_local\-packagelists\fP is a low\-level command (plumbing) of
 \fIlive\-build\fP(7), the Debian Live tool suite.
 .PP
 
 .\" FIXME
 .SH OPTIONS
-\fBlb binary_win32\-loader\fP has no specific options but understands all
+\fBlb binary_local\-packagelists\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_binary_local-packageslists.de.1 b/manpages/de/lb_binary_local-packageslists.de.1
deleted file mode 100644
index bfc5c4d..0000000
--- a/manpages/de/lb_binary_local-packageslists.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
-
-.SH NAME
-\fBlb binary_local\-packageslists\fP \- Complete the binary stage
-
-.SH SYNOPSIS
-\fBlb binary_local\-packageslists\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb binary_local\-packageslists\fP is a low\-level command (plumbing) of
-\fIlive\-build\fP(7), the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb binary_local\-packageslists\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_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index 1d143b7..09f3d75 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 d22cfe8..ab23edd 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 7243fb6..8844508 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 d4f46a3..7eeff01 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 ef22792..4e51cdd 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 94a73eb..f02da73 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 1934a53..a40f20f 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 fb6b955..beec972 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 a24aead..39fb7cb 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 cd9c9cf..ece0747 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 19805be..4f90dd9 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 cf165cc..4ae5958 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 d73cba9..d3f8663 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 75f7fdd..27ce839 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 5d2976c..0779cb3 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 12edc1a..c43fd3e 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 d5cde1e..d499d13 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 94bf6a0..e9921fc 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 d8a4b89..bfc8b56 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1
index ee916d1..fc86ed7 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 0e2cfdf..8517367 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 8fc10a5..eb38d5f 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 24467b6..f68197f 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 8dfec46..04d737a 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1
index 8d656fb..b3c5a18 100644
--- a/manpages/de/lb_chroot_hooks.de.1
+++ b/manpages/de/lb_chroot_hooks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hooks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index 716af17..71ff774 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 160d9b6..2a688ab 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 30fd5e9..765ab0b 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 5743af2..aa5da72 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 00450d1..82116fd 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 8db0103..e5c678d 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 2bb5de2..5a73f76 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_chroot_local-packagelists.de.1
similarity index 76%
copy from manpages/de/lb_binary_win32-loader.de.1
copy to manpages/de/lb_chroot_local-packagelists.de.1
index cd9c9cf..c11545c 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_chroot_local-packagelists.de.1
@@ -3,22 +3,22 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_win32\-loader\fP \- Complete the binary stage
+\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_win32\-loader\fP [\fIlive\-build options\fP]
+\fBlb chroot_local\-packagelists\fP [\fIlive\-build options\fP]
 
 .SH DESCRIPTION
-\fBlb binary_win32\-loader\fP is a low\-level command (plumbing) of
+\fBlb chroot_local\-packagelists\fP is a low\-level command (plumbing) of
 \fIlive\-build\fP(7), the Debian Live tool suite.
 .PP
 
 .\" FIXME
 .SH OPTIONS
-\fBlb binary_win32\-loader\fP has no specific options but understands all
+\fBlb chroot_local\-packagelists\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_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1
index b280354..7d1b47c 100644
--- a/manpages/de/lb_chroot_local-packages.de.1
+++ b/manpages/de/lb_chroot_local-packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packageslists.de.1 b/manpages/de/lb_chroot_local-packageslists.de.1
deleted file mode 100644
index 50aa2fe..0000000
--- a/manpages/de/lb_chroot_local-packageslists.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_local\-packageslists\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_local\-packageslists\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_local\-packageslists\fP is a low\-level command (plumbing) of
-\fIlive\-build\fP(7), the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_local\-packageslists\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 a9ba3a9..2b53dfd 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 4578942..2baacd6 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_localization.de.1 b/manpages/de/lb_chroot_localization.de.1
index 175bc5b..3344905 100644
--- a/manpages/de/lb_chroot_localization.de.1
+++ b/manpages/de/lb_chroot_localization.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_localization\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packageslists.de.1 b/manpages/de/lb_chroot_packagelists.de.1
similarity index 77%
rename from manpages/de/lb_chroot_packageslists.de.1
rename to manpages/de/lb_chroot_packagelists.de.1
index da33363..097851e 100644
--- a/manpages/de/lb_chroot_packageslists.de.1
+++ b/manpages/de/lb_chroot_packagelists.de.1
@@ -3,22 +3,22 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
-\fBlb chroot_packageslists\fP \- Complete the chroot stage
+\fBlb chroot_packagelists\fP \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb chroot_packageslists\fP [\fIlive\-build options\fP]
+\fBlb chroot_packagelists\fP [\fIlive\-build options\fP]
 
 .SH DESCRIPTION
-\fBlb chroot_packageslists\fP is a low\-level command (plumbing) of
+\fBlb chroot_packagelists\fP is a low\-level command (plumbing) of
 \fIlive\-build\fP(7), the Debian Live tool suite.
 .PP
 
 .\" FIXME
 .SH OPTIONS
-\fBlb chroot_packageslists\fP has no specific options but understands all
+\fBlb chroot_packagelists\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_packages.de.1 b/manpages/de/lb_chroot_packages.de.1
index 3d995d3..4feef4a 100644
--- a/manpages/de/lb_chroot_packages.de.1
+++ b/manpages/de/lb_chroot_packages.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1
index 82797d2..11578cc 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 91b0fbd..24860df 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 460d60b..06dc943 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 a2fa5f2..f627cdd 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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
index 1d2655f..3ddb040 100644
--- a/manpages/de/lb_chroot_sources.de.1
+++ b/manpages/de/lb_chroot_sources.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sources\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1
index 183f99a..91d3e50 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 8b9bf04..5bdbfad 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysvinit.de.1 b/manpages/de/lb_chroot_sysvinit.de.1
index eeac5e9..a83bc5f 100644
--- a/manpages/de/lb_chroot_sysvinit.de.1
+++ b/manpages/de/lb_chroot_sysvinit.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysvinit\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_tasks.de.1
index 184d65a..7cf096b 100644
--- a/manpages/de/lb_chroot_tasks.de.1
+++ b/manpages/de/lb_chroot_tasks.de.1
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_tasks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index 6d7f2f9..7fd83b3 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 ccaad71..0f5bb69 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 6d41206..ecf8698 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fP \- Create config directory
@@ -106,7 +106,7 @@
 .br
   [\fB\-\-includes\fP \fIPATH\fP]
 .br
-  [\fB\-\-initramfs\fP auto|live\-initramfs|casper]
+  [\fB\-\-initramfs\fP auto|none|live\-boot|live\-initramfs|casper]
 .br
   [\fB\-\-interactive\fP shell]
 .br
@@ -164,7 +164,7 @@
 .br
   [\fB\-\-net\-tarball\fP bzip2|gzip|tar|none]
 .br
-  [\-p|\fB\-\-packages\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
+  [\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
 .br
   [\fB\-\-packages\fP \fIPACKAGE\fP|\fI"PACKAGES"\fP]
 .br
@@ -450,12 +450,14 @@ don't want to specify them all of the time.
 sets the path to the includes that live\-build is going to use,
 e.g. additional minimal documentation that you want to have on all live
 systems. By default, this is set to /usr/share/live/build/includes/.
-.IP "\fB\-\-initramfs\fP auto|live\-initramfs|casper" 4
+.IP "\fB\-\-initramfs\fP auto|none|live\-boot|live\-initramfs|casper" 4
 sets the name of package that contains the live system specific initramfs
 modification. By default, auto is used, which means that at build time of
 the image rather than on configuration time, the value will be expanded to
-casper when building etch systems and to live\-initramfs for all other
-systems.
+casper when building etch systems or ubuntu systems, to live\-initramfs for
+all other systems up to squeeze, and to live\-boot for wheezy and
+newer. Using 'none' is usefull if the resulting system image should not be a
+live image (experimental).
 .IP "\fB\-\-interactive\fP shell" 4
 defines if after the chroot stage and before the beginning of the binary
 stage, a interactive shell login should be spawned in the chroot in order to
@@ -592,11 +594,11 @@ defines the format of the netboot image. Choosing tar results in a not
 compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed
 tarball. Choosing none leads to no tarball at all, the plain binary
 directory is considered the output in this case. Default is gzip.
-.IP "\-p|\fB\-\-packages\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
+.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
-packages lists, you don't need to list them here. Putting them into
-config/chroot_local\-packageslists is enough (the filename needs to have the
+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).
 .IP "\fB\-\-packages\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
 defines one or more packages to be installed in the live system. This is a
@@ -653,7 +655,7 @@ defines one or more package tasks to be installed in the live system. This
 is a quick and convenient way to get a reasonable default selection of
 packages suitable for most users when building an image, but it results in
 quite big images. If you want to have finer grained package selections,
-local packages lists should be used instead.
+local package lists should be used instead.
 .IP "\fB\-\-templates\fP \fIPATH\fP" 4
 sets the path to the templates that live\-build is going to use, e.g. for
 bootloaders. By default, this is set to /usr/share/live/build/templates/.
diff --git a/manpages/de/lb_local.de.1 b/manpages/de/lb_local.de.1
index 98a6e70..8ffc7b1 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 a30055e..1955fd4 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 2ac779a..2176542 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 02daa7e..9fa1a23 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 73ff1d3..e8683c7 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 e92baba..163eeb3 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 23b3d11..8f45c23 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 b81e97b..d8a5b79 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 82f1726..6e86e0b 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 4ffd125..aa5dcbc 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 71282c3..fcc4855 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 86aa83e..f18289b 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 9c80423..ca2054e 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 7 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fP \- the Debian Live tool suite
@@ -154,8 +154,8 @@ apply local patches against chroot
 use debconf local preseeding file
 .IP \fBlb_chroot_packages\fP(1) 4
 queue install of packages into chroot
-.IP \fBlb_chroot_packageslists\fP(1) 4
-queue install of packages lists into chroot
+.IP \fBlb_chroot_packagelists\fP(1) 4
+queue install of package lists into chroot
 .IP \fBlb_chroot_preseed\fP(1) 4
 use debconf preseeding file
 .IP \fBlb_chroot_proc\fP(1) 4
@@ -197,8 +197,8 @@ install linux\-image into binary
 execute local hooks in binary
 .IP \fBlb_binary_local\-includes\fP(1) 4
 copy files into binary
-.IP \fBlb_binary_local\-packageslists\fP(1) 4
-install local packages lists into binary
+.IP \fBlb_binary_local\-packagelists\fP(1) 4
+install local package lists into binary
 .IP \fBlb_binary_manifest\fP(1) 4
 create manifest
 .IP \fBlb_binary_checksums\fP(1) 4
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index b71f3a2..410bb35 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 58442db..1fc5d25 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 2eaab9c..e371028 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 44bf40c..73baa85 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 3eb8480..253de71 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 cc1584f..2d826de 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_encryption.1 b/manpages/en/lb_binary_encryption.1
index de5aa9c..512c755 100644
--- a/manpages/en/lb_binary_encryption.1
+++ b/manpages/en/lb_binary_encryption.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_encryption\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1
index 7075273..028a20c 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 0668864..e11ce6d 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 bf8f660..2630569 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 011a66f..a15ad92 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 9e90a7e..57942fc 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 78db237..1964a15 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 01211e5..0bce71e 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_disk.1 b/manpages/en/lb_binary_local-packagelists.1
similarity index 59%
copy from manpages/en/lb_binary_disk.1
copy to manpages/en/lb_binary_local-packagelists.1
index cc1584f..aa4fc50 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_local-packagelists.1
@@ -1,18 +1,18 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_disk\fR \- Complete the binary stage
+\fBlb binary_local-packagelists\fR \- Complete the binary stage
 
 .SH SYNOPSIS
-\fBlb binary_disk\fR [\fIlive\-build options\fR]
+\fBlb binary_local-packagelists\fR [\fIlive\-build options\fR]
 
 .SH DESCRIPTION
-\fBlb binary_disk\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
+\fBlb binary_local-packagelists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
 .PP
 .\" FIXME
 
 .SH OPTIONS
-\fBlb binary_disk\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 binary_local-packagelists\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_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index 7c39b73..f4e5e36 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 a63db28..c2fc8f4 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 4383956..d7090a5 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 ad94a33..a923dfb 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 53185b2..39bd840 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 61b933b..be9aa78 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 21413cf..06ed756 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 3b25da3..3f34f33 100644
--- a/manpages/en/lb_binary_usb.1
+++ b/manpages/en/lb_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 3816110..672f9fe 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 3780fee..32db639 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 dcc3621..496d563 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 b402c10..9a99e50 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 4194bbd..d1c8ee8 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 0d464fd..beb7cbe 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 aec5643..28a72b9 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 1882a26..f678429 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 aa34bdd..265cad9 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 1e931ac..0b58320 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 b64f634..c6320c1 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_apt\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_cache.1 b/manpages/en/lb_chroot_cache.1
index f7fb6a3..840c0f9 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 f0dd9f3..6f02bef 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 b90b214..06d4b93 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 85fced3..6878630 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 9242802..34fff17 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hacks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1
index 29de07a..a805cd2 100644
--- a/manpages/en/lb_chroot_hooks.1
+++ b/manpages/en/lb_chroot_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hostname.1 b/manpages/en/lb_chroot_hostname.1
index 86c6707..5581947 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 47f6f6f..5b8a249 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 f13f12b..afc44d6 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 675a058..90c917c 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 cc1a6de..10aaaef 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 40492e1..ac1e02d 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 8ff1db2..40928dd 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_binary_local-packageslists.1 b/manpages/en/lb_chroot_local-packagelists.1
similarity index 74%
rename from manpages/en/lb_binary_local-packageslists.1
rename to manpages/en/lb_chroot_local-packagelists.1
index bb5b9d4..07e966d 100644
--- a/manpages/en/lb_binary_local-packageslists.1
+++ b/manpages/en/lb_chroot_local-packagelists.1
@@ -1,18 +1,18 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_local-packageslists\fR \- Complete the binary stage
+\fBlb chroot_local\-packagelists\fR \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_local-packageslists\fR [\fIlive\-build options\fR]
+\fBlb chroot_local\-packagelists\fR [\fIlive\-build options\fR]
 
 .SH DESCRIPTION
-\fBlb binary_local-packageslists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
+\fBlb chroot_local\-packagelists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
 .PP
 .\" FIXME
 
 .SH OPTIONS
-\fBlb binary_local-packageslists\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_local\-packagelists\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_local-packages.1 b/manpages/en/lb_chroot_local-packages.1
index 67e5fd9..47f8c4a 100644
--- a/manpages/en/lb_chroot_local-packages.1
+++ b/manpages/en/lb_chroot_local-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packageslists.1 b/manpages/en/lb_chroot_local-packageslists.1
deleted file mode 100644
index 86e3f3e..0000000
--- a/manpages/en/lb_chroot_local-packageslists.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_local\-packageslists\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_local\-packageslists\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_local\-packageslists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_local\-packageslists\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 32541bb..d433eb6 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 5cb85b7..d8a9752 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_localization.1 b/manpages/en/lb_chroot_localization.1
index 7a4efbe..18a155c 100644
--- a/manpages/en/lb_chroot_localization.1
+++ b/manpages/en/lb_chroot_localization.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_localization\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_binary_linux-image.1 b/manpages/en/lb_chroot_packagelists.1
similarity index 75%
copy from manpages/en/lb_binary_linux-image.1
copy to manpages/en/lb_chroot_packagelists.1
index 9e90a7e..b6f08de 100644
--- a/manpages/en/lb_binary_linux-image.1
+++ b/manpages/en/lb_chroot_packagelists.1
@@ -1,18 +1,18 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
-\fBlb binary_linux\-image\fR \- Complete the binary stage
+\fBlb chroot_packagelists\fR \- Complete the chroot stage
 
 .SH SYNOPSIS
-\fBlb binary_linux\-image\fR [\fIlive\-build options\fR]
+\fBlb chroot_packagelists\fR [\fIlive\-build options\fR]
 
 .SH DESCRIPTION
-\fBlb binary_linux\-image\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
+\fBlb chroot_packagelists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
 .PP
 .\" FIXME
 
 .SH OPTIONS
-\fBlb binary_linux\-image\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_packagelists\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_packages.1 b/manpages/en/lb_chroot_packages.1
index 18f7194..01fd3f8 100644
--- a/manpages/en/lb_chroot_packages.1
+++ b/manpages/en/lb_chroot_packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packageslists.1 b/manpages/en/lb_chroot_packageslists.1
deleted file mode 100644
index eefc8b8..0000000
--- a/manpages/en/lb_chroot_packageslists.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_packageslists\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_packageslists\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_packageslists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_packageslists\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_preseed.1 b/manpages/en/lb_chroot_preseed.1
index 9b43eb8..4a081bb 100644
--- a/manpages/en/lb_chroot_preseed.1
+++ b/manpages/en/lb_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 ca7b1eb..6eff0e6 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 fa3d7d7..67ed736 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 030c32a..5f14665 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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
index ff09797..1e226a7 100644
--- a/manpages/en/lb_chroot_sources.1
+++ b/manpages/en/lb_chroot_sources.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sources\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1
index 0e0a74d..38d023a 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 355f6ef..61e80e9 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysvinit.1 b/manpages/en/lb_chroot_sysvinit.1
index 2652a27..6bb341f 100644
--- a/manpages/en/lb_chroot_sysvinit.1
+++ b/manpages/en/lb_chroot_sysvinit.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_sysvinit\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_tasks.1 b/manpages/en/lb_chroot_tasks.1
index 3371cf0..9aba8fc 100644
--- a/manpages/en/lb_chroot_tasks.1
+++ b/manpages/en/lb_chroot_tasks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb chroot_tasks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_upstart.1 b/manpages/en/lb_chroot_upstart.1
index 2d224ba..e6fbb9f 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 564721a..c95e850 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 05a1449..d6b15e2 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
@@ -101,7 +101,7 @@
 .br
 	[\fB\-\-includes\fR \fIPATH\fR]
 .br
-	[\fB\-\-initramfs\fR auto|live\-initramfs|casper]
+	[\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper]
 .br
 	[\fB\-\-interactive\fR shell]
 .br
@@ -159,7 +159,7 @@
 .br
 	[\fB\-\-net\-tarball\fR bzip2|gzip|tar|none]
 .br
-	[\-p|\fB\-\-packages\-lists\fR \fILIST\fR|\fI"LISTS"\fR]
+	[\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR]
 .br
 	[\fB\-\-packages\fR \fIPACKAGE\fR|\fI"PACKAGES"\fR]
 .br
@@ -307,8 +307,8 @@ sets the hostname of the live system.
 \fBlb config\fR by default reads system defaults from /etc/live/build.conf and /etc/live/build.d when generating a new live system config directory. This is useful if you want to set global settings, such as mirror locations, and don't want to specify them all of the time.
 .IP "\fB\-\-includes\fR \fIPATH\fR" 4
 sets the path to the includes that live\-build is going to use, e.g. additional minimal documentation that you want to have on all live systems. By default, this is set to /usr/share/live/build/includes/.
-.IP "\fB\-\-initramfs\fR auto|live\-initramfs|casper" 4
-sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building etch systems and to live\-initramfs for all other systems.
+.IP "\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper" 4
+sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building etch systems or ubuntu systems, to live\-initramfs for all other systems up to squeeze, and to live\-boot for wheezy and newer. Using 'none' is usefull if the resulting system image should not be a live image (experimental).
 .IP "\fB\-\-interactive\fR shell" 4
 defines if after the chroot stage and before the beginning of the binary stage, a interactive shell login should be spawned in the chroot in order to allow you to do manual customizations. Once you close the shell with logout or exit, the build will continue as usual. Note that it's strongly discouraged to use this for anything else than testing. Modifications that should be present in all builds of a live system should be properly made through hooks. Everything else destroys the beauty of being able to completely automatise the build process and making it non interactive. By default, this is of course false.
 .IP "\fB\-\-iso\-application\fR \fINAME\fR" 4
@@ -372,8 +372,8 @@ Example:
 sets the IP or hostname that will be configured in the bootloader configuration for the copy\-on\-write filesystem of your netboot image and is by default empty.
 .IP "\fB\-\-net\-tarball\fR bzip2|gzip|tar|none" 4
 defines the format of the netboot image. Choosing tar results in a not compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed tarball. Choosing none leads to no tarball at all, the plain binary directory is considered the output in this case. Default is gzip.
-.IP "\-p|\fB\-\-packages\-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 packages lists, you don't need to list them here. Putting them into config/chroot_local-packageslists is enough (the filename needs to have the .list suffix though).
+.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).
 .IP "\fB\-\-packages\fR \fIPACKAGE\fR|""\fIPACKAGES\fR""" 4
 defines one or more packages to be installed in the live system. This is a quick and convenient place to add a few packages when building an image (limited by the max length of shell). Packages that should be permanently installed should be put into a local packages list.
 .IP "\fB\-r, \-\-repositories\fR \fIREPOSITORY\fR|""\fIREPOSITORIES\fR""" 4
@@ -401,7 +401,7 @@ defines if the sysvinit hack should be true or false. The sysvinit hack disables
 .IP "\fB\-\-tasksel\fR aptitude|tasksel" 4
 selects which program is used to install tasks. By default, this is set to tasksel.
 .IP "\fB\-\-tasks\fR \fITASK\fR|""\fITASKS\fR""" 4
-defines one or more package tasks to be installed in the live system. This is a quick and convenient way to get a reasonable default selection of packages suitable for most users when building an image, but it results in quite big images. If you want to have finer grained package selections,  local packages lists should be used instead.
+defines one or more package tasks to be installed in the live system. This is a quick and convenient way to get a reasonable default selection of packages suitable for most users when building an image, but it results in quite big images. If you want to have finer grained package selections,  local package lists should be used instead.
 .IP "\fB\-\-templates\fR \fIPATH\fR" 4
 sets the path to the templates that live\-build is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live/build/templates/.
 .IP "\fB\-\-virtual\-root\-filesystem\fR ext3" 4
diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1
index fce01c1..80b4401 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 bdcb0ad..5ad17b1 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 7da299a..2ab6901 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 747c5ac..1892552 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 4049cec..b6908ee 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 c338509..bf0c9d4 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 228f6e3..ed27a6b 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 e3000a4..75cf291 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 51e87d0..04082cb 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 329b20f..5b54f49 100644
--- a/manpages/en/lb_source_usb.1
+++ b/manpages/en/lb_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 c2adae9..4b0d167 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 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 96ab877..e208b48 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "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 a00f1f1..adba507 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2010\-11\-22 3.0~a7 "Debian Live Project"
+.TH LIVE\-BUILD 7 2010\-11\-29 3.0~a8 "Debian Live Project"
 
 .SH NAME
 \fBlive\-build\fR \- the Debian Live tool suite
@@ -131,8 +131,8 @@ apply local patches against chroot
 use debconf local preseeding file
 .IP "\fBlb_chroot_packages\fR(1)" 4
 queue install of packages into chroot
-.IP "\fBlb_chroot_packageslists\fR(1)" 4
-queue install of packages lists into chroot
+.IP "\fBlb_chroot_packagelists\fR(1)" 4
+queue install of package lists into chroot
 .IP "\fBlb_chroot_preseed\fR(1)" 4
 use debconf preseeding file
 .IP "\fBlb_chroot_proc\fR(1)" 4
@@ -174,8 +174,8 @@ install linux\-image into binary
 execute local hooks in binary
 .IP "\fBlb_binary_local\-includes\fR(1)" 4
 copy files into binary
-.IP "\fBlb_binary_local\-packageslists\fR(1)" 4
-install local packages lists into binary
+.IP "\fBlb_binary_local\-packagelists\fR(1)" 4
+install local package lists into binary
 .IP "\fBlb_binary_manifest\fR(1)" 4
 create manifest
 .IP "\fBlb_binary_checksums\fR(1)" 4
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index 91541c9..f4a3ff8 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -202,7 +202,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -215,14 +215,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -247,7 +247,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -260,14 +260,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -289,7 +289,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -303,10 +303,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -335,7 +335,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -349,10 +349,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -381,7 +381,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -395,10 +395,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -493,7 +493,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -507,10 +507,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -531,7 +531,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -545,10 +545,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -571,7 +571,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -585,10 +585,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -609,7 +609,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -623,10 +623,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -650,7 +650,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -664,10 +664,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -688,7 +688,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -702,10 +702,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index 374f0b6..f09aeb9 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 68149f7..f8bd2b1 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -716,7 +716,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -729,10 +729,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index 07c9a93..1b0315e 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 ade52ba..ffbd5fb 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index ca8e59e..dff71b7 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_encryption.1.po b/manpages/po/de/lb_binary_encryption.1.po
index 9cef091..a13653d 100644
--- a/manpages/po/de/lb_binary_encryption.1.po
+++ b/manpages/po/de/lb_binary_encryption.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index 180969c..0483a7f 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index a8befe5..ff07331 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index a7d6f7e..66b6180 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index 204d0ca..1e9bd6d 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 3fdfce9..3dc193a 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 6322ea1..93c8011 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 a5b62d3..025724f 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po
similarity index 81%
copy from manpages/po/de/lb_binary_local-includes.1.po
copy to manpages/po/de/lb_binary_local-packagelists.1.po
index a5b62d3..d886d3b 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-packagelists.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -722,26 +722,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:5
-msgid "B<lb binary_local-includes> - Complete the binary stage"
+#: en/lb_binary_local-packagelists.1:5
+msgid "B<lb binary_local-packagelists> - Complete the binary stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:8
-msgid "B<lb binary_local-includes> [I<live-build options>]"
+#: en/lb_binary_local-packagelists.1:8
+msgid "B<lb binary_local-packagelists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:11
+#: en/lb_binary_local-packagelists.1:11
 msgid ""
-"B<lb binary_local-includes> is a low-level command (plumbing) of I<live-"
+"B<lb binary_local-packagelists> is a low-level command (plumbing) of I<live-"
 "build>(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:16
+#: en/lb_binary_local-packagelists.1:16
 msgid ""
-"B<lb binary_local-includes> has no specific options but understands all "
+"B<lb binary_local-packagelists> 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_binary_local-packageslists.1.po b/manpages/po/de/lb_binary_local-packageslists.1.po
deleted file mode 100644
index 890ba11..0000000
--- a/manpages/po/de/lb_binary_local-packageslists.1.po
+++ /dev/null
@@ -1,747 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2010-11-22"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.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-packages.1:3 en/lb_chroot_local-packageslists.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/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_encryption.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-packageslists.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_hooks.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-packages.1:6 en/lb_chroot_local-packageslists.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/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_encryption.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-packageslists.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_hooks.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-packages.1:9 en/lb_chroot_local-packageslists.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/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_encryption.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-packageslists.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_hooks.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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14
-#: en/lb_chroot_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_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:214
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17
-#: en/lb_chroot_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_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:424
-#: 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:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. 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_encryption.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-packageslists.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_hooks.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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21
-#: en/lb_chroot_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_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:431
-#: 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:242
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23
-#: en/lb_chroot_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_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:433
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25
-#: en/lb_chroot_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_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:435
-#: 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:246
-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_encryption.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-packageslists.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_hooks.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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26
-#: en/lb_chroot_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_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:436
-#: 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:247
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28
-#: en/lb_chroot_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_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:438
-#: 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:249
-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_encryption.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-packageslists.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_hooks.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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29
-#: en/lb_chroot_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_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:439
-#: 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:250
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31
-#: en/lb_chroot_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_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:441
-#: 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:252
-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_encryption.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-packageslists.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_hooks.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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32
-#: en/lb_chroot_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_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:442
-#: 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:253
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33
-#: en/lb_chroot_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_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:443
-#: 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:254
-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_encryption.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-packageslists.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_hooks.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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19
-#: en/lb_chroot_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_sysvinit.1:19 en/lb_chroot_tasks.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
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:5
-msgid "B<lb binary_local-packageslists> - Complete the binary stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:8
-msgid "B<lb binary_local-packageslists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:11
-msgid ""
-"B<lb binary_local-packageslists> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:16
-msgid ""
-"B<lb binary_local-packageslists> 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_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index 39a00d2..9d11b2a 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index 9a2231f..dcd5be6 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index a3c0aac..58aaebc 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index f36ac66..04574ae 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index 85d02fb..33f7b3c 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index b96b23c..21c7b40 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index 34615ed..33a1a02 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index b4c61f4..c7f9061 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 522de94..c311d23 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 8fb5bca..80509c8 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index 9148f87..7ba96fb 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index 658599a..9463df7 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index da4ccba..b050869 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 80a9074..826afca 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index e3282e4..d1f05d7 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index b5527e9..d6546af 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index f42a71d..0d2fc5e 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index ade81ad..6b2e2db 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index 10e7ac2..2805d44 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index 4f3d15b..8519860 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index afc8920..21c3c9c 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index 442d34f..f55f95f 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index 70eaf30..387732a 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index 41dba95..da08cd1 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po
index de64d82..96f5ac2 100644
--- a/manpages/po/de/lb_chroot_hooks.1.po
+++ b/manpages/po/de/lb_chroot_hooks.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index 6757001..97c0977 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index 1c0756c..c3b2d7d 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 db5ce28..155c8c6 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index cedf4cb..0c0fc20 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 2d3b71b..4983f4c 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 8ec3a16..3e6cbbf 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 ed1e47c..efb62cc 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po
similarity index 81%
copy from manpages/po/de/lb_binary_local-includes.1.po
copy to manpages/po/de/lb_chroot_local-packagelists.1.po
index a5b62d3..1531c5c 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-packagelists.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -722,26 +722,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:5
-msgid "B<lb binary_local-includes> - Complete the binary stage"
+#: en/lb_chroot_local-packagelists.1:5
+msgid "B<lb chroot_local-packagelists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:8
-msgid "B<lb binary_local-includes> [I<live-build options>]"
+#: en/lb_chroot_local-packagelists.1:8
+msgid "B<lb chroot_local-packagelists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:11
+#: en/lb_chroot_local-packagelists.1:11
 msgid ""
-"B<lb binary_local-includes> is a low-level command (plumbing) of I<live-"
+"B<lb chroot_local-packagelists> is a low-level command (plumbing) of I<live-"
 "build>(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:16
+#: en/lb_chroot_local-packagelists.1:16
 msgid ""
-"B<lb binary_local-includes> has no specific options but understands all "
+"B<lb chroot_local-packagelists> 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-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
index 2efbbca..d039e7f 100644
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ b/manpages/po/de/lb_chroot_local-packages.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_local-packageslists.1.po b/manpages/po/de/lb_chroot_local-packageslists.1.po
deleted file mode 100644
index 360fed3..0000000
--- a/manpages/po/de/lb_chroot_local-packageslists.1.po
+++ /dev/null
@@ -1,747 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2010-11-22"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.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-packages.1:3 en/lb_chroot_local-packageslists.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/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_encryption.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-packageslists.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_hooks.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-packages.1:6 en/lb_chroot_local-packageslists.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/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_encryption.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-packageslists.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_hooks.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-packages.1:9 en/lb_chroot_local-packageslists.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/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_encryption.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-packageslists.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_hooks.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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14
-#: en/lb_chroot_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_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:214
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17
-#: en/lb_chroot_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_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:424
-#: 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:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. 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_encryption.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-packageslists.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_hooks.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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21
-#: en/lb_chroot_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_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:431
-#: 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:242
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23
-#: en/lb_chroot_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_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:433
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25
-#: en/lb_chroot_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_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:435
-#: 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:246
-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_encryption.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-packageslists.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_hooks.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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26
-#: en/lb_chroot_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_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:436
-#: 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:247
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28
-#: en/lb_chroot_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_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:438
-#: 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:249
-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_encryption.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-packageslists.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_hooks.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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29
-#: en/lb_chroot_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_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:439
-#: 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:250
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31
-#: en/lb_chroot_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_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:441
-#: 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:252
-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_encryption.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-packageslists.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_hooks.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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32
-#: en/lb_chroot_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_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:442
-#: 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:253
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33
-#: en/lb_chroot_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_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:443
-#: 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:254
-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_encryption.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-packageslists.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_hooks.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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19
-#: en/lb_chroot_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_sysvinit.1:19 en/lb_chroot_tasks.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
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:5
-msgid "B<lb chroot_local-packageslists> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:8
-msgid "B<lb chroot_local-packageslists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:11
-msgid ""
-"B<lb chroot_local-packageslists> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:16
-msgid ""
-"B<lb chroot_local-packageslists> 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 189490d..aed1399 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 ed17346..add9f0a 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_localization.1.po b/manpages/po/de/lb_chroot_localization.1.po
index 5fd1c71..56314a0 100644
--- a/manpages/po/de/lb_chroot_localization.1.po
+++ b/manpages/po/de/lb_chroot_localization.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
similarity index 81%
copy from manpages/po/de/lb_binary_win32-loader.1.po
copy to manpages/po/de/lb_chroot_packagelists.1.po
index 8fb5bca..231fcdb 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_chroot_packagelists.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -722,26 +722,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_win32-loader.1:5
-msgid "B<lb binary_win32-loader> - Complete the binary stage"
+#: en/lb_chroot_packagelists.1:5
+msgid "B<lb chroot_packagelists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_win32-loader.1:8
-msgid "B<lb binary_win32-loader> [I<live-build options>]"
+#: en/lb_chroot_packagelists.1:8
+msgid "B<lb chroot_packagelists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_win32-loader.1:11
+#: en/lb_chroot_packagelists.1:11
 msgid ""
-"B<lb binary_win32-loader> is a low-level command (plumbing) of I<live-build>"
+"B<lb chroot_packagelists> is a low-level command (plumbing) of I<live-build>"
 "(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_win32-loader.1:16
+#: en/lb_chroot_packagelists.1:16
 msgid ""
-"B<lb binary_win32-loader> has no specific options but understands all "
+"B<lb chroot_packagelists> 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_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po
index 6c835ba..c2704d5 100644
--- a/manpages/po/de/lb_chroot_packages.1.po
+++ b/manpages/po/de/lb_chroot_packages.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_packageslists.1.po b/manpages/po/de/lb_chroot_packageslists.1.po
deleted file mode 100644
index 9263a0d..0000000
--- a/manpages/po/de/lb_chroot_packageslists.1.po
+++ /dev/null
@@ -1,747 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2010-11-22"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.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-packages.1:3 en/lb_chroot_local-packageslists.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/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_encryption.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-packageslists.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_hooks.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-packages.1:6 en/lb_chroot_local-packageslists.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/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_encryption.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-packageslists.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_hooks.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-packages.1:9 en/lb_chroot_local-packageslists.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/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_encryption.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-packageslists.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_hooks.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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14
-#: en/lb_chroot_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_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:214
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17
-#: en/lb_chroot_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_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:424
-#: 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:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. 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_encryption.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-packageslists.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_hooks.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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21
-#: en/lb_chroot_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_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:431
-#: 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:242
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23
-#: en/lb_chroot_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_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:433
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25
-#: en/lb_chroot_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_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:435
-#: 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:246
-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_encryption.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-packageslists.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_hooks.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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26
-#: en/lb_chroot_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_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:436
-#: 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:247
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28
-#: en/lb_chroot_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_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:438
-#: 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:249
-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_encryption.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-packageslists.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_hooks.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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29
-#: en/lb_chroot_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_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:439
-#: 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:250
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31
-#: en/lb_chroot_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_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:441
-#: 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:252
-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_encryption.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-packageslists.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_hooks.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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32
-#: en/lb_chroot_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_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:442
-#: 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:253
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33
-#: en/lb_chroot_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_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:443
-#: 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:254
-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_encryption.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-packageslists.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_hooks.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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19
-#: en/lb_chroot_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_sysvinit.1:19 en/lb_chroot_tasks.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
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:5
-msgid "B<lb chroot_packageslists> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:8
-msgid "B<lb chroot_packageslists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:11
-msgid ""
-"B<lb chroot_packageslists> is a low-level command (plumbing) of I<live-build>"
-"(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:16
-msgid ""
-"B<lb chroot_packageslists> 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 9a9e604..ee52b0f 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index 1d26a23..31ba6a0 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index de91a26..0432cde 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index f2c53fd..9769d6b 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po
index f3d449c..e82e204 100644
--- a/manpages/po/de/lb_chroot_sources.1.po
+++ b/manpages/po/de/lb_chroot_sources.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 69d2569..fce704f 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 c589c3a..fb6d941 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_sysvinit.1.po b/manpages/po/de/lb_chroot_sysvinit.1.po
index 1e7e0cd..588cae5 100644
--- a/manpages/po/de/lb_chroot_sysvinit.1.po
+++ b/manpages/po/de/lb_chroot_sysvinit.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_tasks.1.po b/manpages/po/de/lb_chroot_tasks.1.po
index 2941c8a..9866a42 100644
--- a/manpages/po/de/lb_chroot_tasks.1.po
+++ b/manpages/po/de/lb_chroot_tasks.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index 5895c17..0a435d6 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index c90d681..0218376 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index 5324a30..0c83565 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:36+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -933,7 +933,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:105
-msgid "  [B<--initramfs> auto|live-initramfs|casper]"
+msgid "  [B<--initramfs> auto|none|live-boot|live-initramfs|casper]"
 msgstr ""
 
 #. type: Plain text
@@ -1078,7 +1078,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:163
-msgid "  [-p|B<--packages-lists> I<LIST>|I<\"LISTS\">]"
+msgid "  [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
 msgstr ""
 
 #. type: Plain text
@@ -1897,7 +1897,7 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:310
 #, no-wrap
-msgid "B<--initramfs> auto|live-initramfs|casper"
+msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
 msgstr ""
 
 #. type: Plain text
@@ -1906,8 +1906,10 @@ msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
 "the image rather than on configuration time, the value will be expanded to "
-"casper when building etch systems and to live-initramfs for all other "
-"systems."
+"casper when building etch systems or ubuntu systems, to live-initramfs for "
+"all other systems up to squeeze, and to live-boot for wheezy and newer. "
+"Using 'none' is usefull if the resulting system image should not be a live "
+"image (experimental)."
 msgstr ""
 
 #. type: IP
@@ -2335,7 +2337,7 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:375
 #, no-wrap
-msgid "-p|B<--packages-lists> I<LIST>|\"I<LISTS>\""
+msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
@@ -2343,8 +2345,8 @@ msgstr ""
 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 "
-"packages lists, you don't need to list them here. Putting them into config/"
-"chroot_local-packageslists is enough (the filename needs to have the .list "
+"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)."
 msgstr ""
 
@@ -2540,7 +2542,7 @@ msgid ""
 "is a quick and convenient way to get a reasonable default selection of "
 "packages suitable for most users when building an image, but it results in "
 "quite big images. If you want to have finer grained package selections, "
-"local packages lists should be used instead."
+"local package lists should be used instead."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index dcc00be..553049b 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index 581417f..d8b9507 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index 0470066..196ed5a 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 05286c7..27d9e3a 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index 9c79ee7..1b0975f 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index a9cd66b..7d9ee2a 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index 6f60083..6227c70 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index 2f010d5..26b330b 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index 1fd34c0..7e758db 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index 2efdaf5..4f51090 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.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 308afab..e07c966 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index e6803a9..a8bc9d0 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index eeefd8b..17a9885 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a7\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: 2010-09-26 13:56+0300\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
+"PO-Revision-Date: 2010-11-23 12:29+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -457,7 +457,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -471,10 +471,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -497,7 +497,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -511,10 +511,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -535,7 +535,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -549,10 +549,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -576,7 +576,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -590,10 +590,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -614,7 +614,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -628,10 +628,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -654,7 +654,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -667,10 +667,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -1303,12 +1303,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:134
 #, no-wrap
-msgid "B<lb_chroot_packageslists>(1)"
+msgid "B<lb_chroot_packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:136
-msgid "queue install of packages lists into chroot"
+msgid "queue install of package lists into chroot"
 msgstr ""
 
 #. type: IP
@@ -1535,12 +1535,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:177
 #, no-wrap
-msgid "B<lb_binary_local-packageslists>(1)"
+msgid "B<lb_binary_local-packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:179
-msgid "install local packages lists into binary"
+msgid "install local package lists into binary"
 msgstr ""
 
 #. type: IP
diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg
index 94bd1eb..55b1565 100644
--- a/manpages/po4a.cfg
+++ b/manpages/po4a.cfg
@@ -14,7 +14,7 @@
 [type: man] en/lb_binary_linux-image.1 $lang:$lang/lb_binary_linux-image.$lang.1
 [type: man] en/lb_binary_local-hooks.1 $lang:$lang/lb_binary_local-hooks.$lang.1
 [type: man] en/lb_binary_local-includes.1 $lang:$lang/lb_binary_local-includes.$lang.1
-[type: man] en/lb_binary_local-packageslists.1 $lang:$lang/lb_binary_local-packageslists.$lang.1
+[type: man] en/lb_binary_local-packagelists.1 $lang:$lang/lb_binary_local-packagelists.$lang.1
 [type: man] en/lb_binary_manifest.1 $lang:$lang/lb_binary_manifest.$lang.1
 [type: man] en/lb_binary_memtest.1 $lang:$lang/lb_binary_memtest.$lang.1
 [type: man] en/lb_binary_net.1 $lang:$lang/lb_binary_net.$lang.1
@@ -47,13 +47,13 @@
 [type: man] en/lb_chroot_linux-image.1 $lang:$lang/lb_chroot_linux-image.$lang.1
 [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-packageslists.1 $lang:$lang/lb_chroot_local-packageslists.$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_localization.1 $lang:$lang/lb_chroot_localization.$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_packageslists.1 $lang:$lang/lb_chroot_packageslists.$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
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index e5e6c02..fa6b1cd 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -202,7 +202,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -215,14 +215,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -247,7 +247,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -260,14 +260,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -289,7 +289,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -303,10 +303,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -335,7 +335,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -349,10 +349,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -381,7 +381,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -395,10 +395,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -493,7 +493,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -507,10 +507,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -531,7 +531,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -545,10 +545,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -571,7 +571,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -585,10 +585,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -609,7 +609,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -623,10 +623,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -650,7 +650,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -664,10 +664,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -688,7 +688,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -702,10 +702,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 8c3c6f6..b966a4c 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index aca446a..22f9091 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -716,7 +716,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -729,10 +729,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index 4a66d8e..e547520 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index 368ef25..40f756a 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index 9aa86ae..99846d2 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_encryption.1.pot b/manpages/pot/lb_binary_encryption.1.pot
index 01254b9..6f225e1 100644
--- a/manpages/pot/lb_binary_encryption.1.pot
+++ b/manpages/pot/lb_binary_encryption.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index f16bd67..c642a07 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index 2244a3e..ba4c4b6 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index 181712a..5a7aac3 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index f3ad97f..fe2b92b 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index 66fc322..7c67da0 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index 44e5411..fb40e90 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index 9432a1c..3f3c723 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot
similarity index 81%
copy from manpages/pot/lb_binary_local-includes.1.pot
copy to manpages/pot/lb_binary_local-packagelists.1.pot
index 9432a1c..ec3ac86 100644
--- a/manpages/pot/lb_binary_local-includes.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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -722,26 +722,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:5
-msgid "B<lb binary_local-includes> - Complete the binary stage"
+#: en/lb_binary_local-packagelists.1:5
+msgid "B<lb binary_local-packagelists> - Complete the binary stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:8
-msgid "B<lb binary_local-includes> [I<live-build options>]"
+#: en/lb_binary_local-packagelists.1:8
+msgid "B<lb binary_local-packagelists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:11
+#: en/lb_binary_local-packagelists.1:11
 msgid ""
-"B<lb binary_local-includes> is a low-level command (plumbing) of I<live-"
+"B<lb binary_local-packagelists> is a low-level command (plumbing) of I<live-"
 "build>(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:16
+#: en/lb_binary_local-packagelists.1:16
 msgid ""
-"B<lb binary_local-includes> has no specific options but understands all "
+"B<lb binary_local-packagelists> 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_binary_local-packageslists.1.pot b/manpages/pot/lb_binary_local-packageslists.1.pot
deleted file mode 100644
index 268418a..0000000
--- a/manpages/pot/lb_binary_local-packageslists.1.pot
+++ /dev/null
@@ -1,747 +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: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2010-11-22"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.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-packages.1:3 en/lb_chroot_local-packageslists.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/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_encryption.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-packageslists.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_hooks.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-packages.1:6 en/lb_chroot_local-packageslists.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/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_encryption.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-packageslists.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_hooks.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-packages.1:9 en/lb_chroot_local-packageslists.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/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_encryption.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-packageslists.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_hooks.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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14
-#: en/lb_chroot_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_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:214
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17
-#: en/lb_chroot_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_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:424
-#: 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:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. 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_encryption.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-packageslists.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_hooks.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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21
-#: en/lb_chroot_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_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:431
-#: 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:242
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23
-#: en/lb_chroot_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_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:433
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25
-#: en/lb_chroot_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_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:435
-#: 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:246
-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_encryption.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-packageslists.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_hooks.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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26
-#: en/lb_chroot_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_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:436
-#: 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:247
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28
-#: en/lb_chroot_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_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:438
-#: 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:249
-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_encryption.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-packageslists.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_hooks.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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29
-#: en/lb_chroot_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_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:439
-#: 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:250
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31
-#: en/lb_chroot_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_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:441
-#: 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:252
-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_encryption.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-packageslists.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_hooks.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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32
-#: en/lb_chroot_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_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:442
-#: 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:253
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33
-#: en/lb_chroot_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_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:443
-#: 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:254
-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_encryption.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-packageslists.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_hooks.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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19
-#: en/lb_chroot_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_sysvinit.1:19 en/lb_chroot_tasks.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
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:5
-msgid "B<lb binary_local-packageslists> - Complete the binary stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:8
-msgid "B<lb binary_local-packageslists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:11
-msgid ""
-"B<lb binary_local-packageslists> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_local-packageslists.1:16
-msgid ""
-"B<lb binary_local-packageslists> 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_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index eb5a831..1fc5922 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index 928664b..944b6e1 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index 1437011..705bdfb 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index 37e7e9d..6897550 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index 5b94384..764de0c 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index cf382e4..68b19b3 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 0481673..b8e0fc7 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index 6c1ca9b..39709ef 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index c42e4d0..73c7013 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 08662fb..277a45a 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 666b1ab..1739090 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index b57efa0..f9b9bac 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index 9897aac..5898429 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index 45d92d7..f84f9a9 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index c0a4615..03319ba 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index b04b58b..cf71bc0 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index 15011b2..f8dca27 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 1e1de3c..44cf7f8 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index 83a3562..b43f1ad 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index 4cf1f15..48d99c2 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index c6105be..9d71dfb 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index fe149f2..bfcd828 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index 8e298cc..afc555e 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index 7f292ce..50c9674 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot
index 1297e96..742ba0b 100644
--- a/manpages/pot/lb_chroot_hooks.1.pot
+++ b/manpages/pot/lb_chroot_hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 0974c18..288eb57 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index 478843d..e2f7a2d 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index 495eedf..d72649a 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index a064ee1..e49b566 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index 7d92aa7..b5989e3 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index 5c70b5d..71f37c6 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index fd98086..6b8180f 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot
similarity index 81%
copy from manpages/pot/lb_binary_local-includes.1.pot
copy to manpages/pot/lb_chroot_local-packagelists.1.pot
index 9432a1c..7fe2bb3 100644
--- a/manpages/pot/lb_binary_local-includes.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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -722,26 +722,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:5
-msgid "B<lb binary_local-includes> - Complete the binary stage"
+#: en/lb_chroot_local-packagelists.1:5
+msgid "B<lb chroot_local-packagelists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:8
-msgid "B<lb binary_local-includes> [I<live-build options>]"
+#: en/lb_chroot_local-packagelists.1:8
+msgid "B<lb chroot_local-packagelists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:11
+#: en/lb_chroot_local-packagelists.1:11
 msgid ""
-"B<lb binary_local-includes> is a low-level command (plumbing) of I<live-"
+"B<lb chroot_local-packagelists> is a low-level command (plumbing) of I<live-"
 "build>(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_binary_local-includes.1:16
+#: en/lb_chroot_local-packagelists.1:16
 msgid ""
-"B<lb binary_local-includes> has no specific options but understands all "
+"B<lb chroot_local-packagelists> 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-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
index 7c00fae..8e84072 100644
--- a/manpages/pot/lb_chroot_local-packages.1.pot
+++ b/manpages/pot/lb_chroot_local-packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_local-packageslists.1.pot b/manpages/pot/lb_chroot_local-packageslists.1.pot
deleted file mode 100644
index 57770fd..0000000
--- a/manpages/pot/lb_chroot_local-packageslists.1.pot
+++ /dev/null
@@ -1,747 +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: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2010-11-22"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.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-packages.1:3 en/lb_chroot_local-packageslists.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/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_encryption.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-packageslists.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_hooks.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-packages.1:6 en/lb_chroot_local-packageslists.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/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_encryption.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-packageslists.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_hooks.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-packages.1:9 en/lb_chroot_local-packageslists.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/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_encryption.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-packageslists.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_hooks.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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14
-#: en/lb_chroot_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_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:214
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17
-#: en/lb_chroot_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_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:424
-#: 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:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. 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_encryption.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-packageslists.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_hooks.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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21
-#: en/lb_chroot_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_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:431
-#: 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:242
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23
-#: en/lb_chroot_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_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:433
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25
-#: en/lb_chroot_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_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:435
-#: 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:246
-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_encryption.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-packageslists.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_hooks.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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26
-#: en/lb_chroot_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_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:436
-#: 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:247
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28
-#: en/lb_chroot_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_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:438
-#: 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:249
-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_encryption.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-packageslists.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_hooks.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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29
-#: en/lb_chroot_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_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:439
-#: 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:250
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31
-#: en/lb_chroot_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_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:441
-#: 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:252
-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_encryption.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-packageslists.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_hooks.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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32
-#: en/lb_chroot_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_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:442
-#: 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:253
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33
-#: en/lb_chroot_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_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:443
-#: 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:254
-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_encryption.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-packageslists.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_hooks.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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19
-#: en/lb_chroot_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_sysvinit.1:19 en/lb_chroot_tasks.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
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:5
-msgid "B<lb chroot_local-packageslists> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:8
-msgid "B<lb chroot_local-packageslists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:11
-msgid ""
-"B<lb chroot_local-packageslists> is a low-level command (plumbing) of I<live-"
-"build>(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_local-packageslists.1:16
-msgid ""
-"B<lb chroot_local-packageslists> 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 1505404..d0d4ae7 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index 5bf7c02..e81651c 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_localization.1.pot b/manpages/pot/lb_chroot_localization.1.pot
index 663e1fb..d43aef5 100644
--- a/manpages/pot/lb_chroot_localization.1.pot
+++ b/manpages/pot/lb_chroot_localization.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
similarity index 81%
copy from manpages/pot/lb_chroot_debianchroot.1.pot
copy to manpages/pot/lb_chroot_packagelists.1.pot
index c6105be..2448d74 100644
--- a/manpages/pot/lb_chroot_debianchroot.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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -722,26 +722,26 @@ msgid "B<n/a>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_debianchroot.1:5
-msgid "B<lb chroot_debianchroot> - Complete the chroot stage"
+#: en/lb_chroot_packagelists.1:5
+msgid "B<lb chroot_packagelists> - Complete the chroot stage"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_debianchroot.1:8
-msgid "B<lb chroot_debianchroot> [I<live-build options>]"
+#: en/lb_chroot_packagelists.1:8
+msgid "B<lb chroot_packagelists> [I<live-build options>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_debianchroot.1:11
+#: en/lb_chroot_packagelists.1:11
 msgid ""
-"B<lb chroot_debianchroot> is a low-level command (plumbing) of I<live-build>"
+"B<lb chroot_packagelists> is a low-level command (plumbing) of I<live-build>"
 "(7), the Debian Live tool suite."
 msgstr ""
 
 #. type: Plain text
-#: en/lb_chroot_debianchroot.1:16
+#: en/lb_chroot_packagelists.1:16
 msgid ""
-"B<lb chroot_debianchroot> has no specific options but understands all "
+"B<lb chroot_packagelists> 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_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot
index 9eea8e5..6541f35 100644
--- a/manpages/pot/lb_chroot_packages.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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_packageslists.1.pot b/manpages/pot/lb_chroot_packageslists.1.pot
deleted file mode 100644
index fff7520..0000000
--- a/manpages/pot/lb_chroot_packageslists.1.pot
+++ /dev/null
@@ -1,747 +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: 2010-11-22 23:23+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "2010-11-22"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
-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_encryption.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-packageslists.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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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_encryption.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-packageslists.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_hooks.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-packages.1:3 en/lb_chroot_local-packageslists.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/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_encryption.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-packageslists.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_hooks.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-packages.1:6 en/lb_chroot_local-packageslists.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/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_encryption.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-packageslists.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_hooks.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-packages.1:9 en/lb_chroot_local-packageslists.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/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_encryption.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-packageslists.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_hooks.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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14
-#: en/lb_chroot_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_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:214
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17
-#: en/lb_chroot_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_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:424
-#: 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:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. 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_encryption.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-packageslists.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_hooks.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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21
-#: en/lb_chroot_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_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:431
-#: 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:242
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23
-#: en/lb_chroot_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_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:433
-#: 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_encryption.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-packageslists.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_hooks.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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25
-#: en/lb_chroot_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_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:435
-#: 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:246
-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_encryption.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-packageslists.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_hooks.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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26
-#: en/lb_chroot_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_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:436
-#: 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:247
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28
-#: en/lb_chroot_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_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:438
-#: 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:249
-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_encryption.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-packageslists.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_hooks.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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29
-#: en/lb_chroot_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_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:439
-#: 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:250
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31
-#: en/lb_chroot_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_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:441
-#: 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:252
-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_encryption.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-packageslists.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_hooks.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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32
-#: en/lb_chroot_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_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:442
-#: 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:253
-#, 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_encryption.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-packageslists.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_hooks.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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33
-#: en/lb_chroot_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_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:443
-#: 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:254
-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_encryption.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-packageslists.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_hooks.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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19
-#: en/lb_chroot_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_sysvinit.1:19 en/lb_chroot_tasks.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
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:5
-msgid "B<lb chroot_packageslists> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:8
-msgid "B<lb chroot_packageslists> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:11
-msgid ""
-"B<lb chroot_packageslists> is a low-level command (plumbing) of I<live-build>"
-"(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_packageslists.1:16
-msgid ""
-"B<lb chroot_packageslists> 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 640c7cd..bd58ba9 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index a583139..8b24bcd 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index 8f4377f..c829147 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index bdcf678..7e1f404 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot
index 86fc639..c17439f 100644
--- a/manpages/pot/lb_chroot_sources.1.pot
+++ b/manpages/pot/lb_chroot_sources.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index 69a15b4..9c326e1 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index 679f171..fda9ab7 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_sysvinit.1.pot b/manpages/pot/lb_chroot_sysvinit.1.pot
index 64d6a03..367bbc7 100644
--- a/manpages/pot/lb_chroot_sysvinit.1.pot
+++ b/manpages/pot/lb_chroot_sysvinit.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_tasks.1.pot b/manpages/pot/lb_chroot_tasks.1.pot
index 27f3b6c..b43043b 100644
--- a/manpages/pot/lb_chroot_tasks.1.pot
+++ b/manpages/pot/lb_chroot_tasks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index eec047c..2453d44 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index e33bb63..e3defe2 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index ce895a1..8c01950 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -933,7 +933,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:105
-msgid "  [B<--initramfs> auto|live-initramfs|casper]"
+msgid "  [B<--initramfs> auto|none|live-boot|live-initramfs|casper]"
 msgstr ""
 
 #. type: Plain text
@@ -1078,7 +1078,7 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:163
-msgid "  [-p|B<--packages-lists> I<LIST>|I<\"LISTS\">]"
+msgid "  [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
 msgstr ""
 
 #. type: Plain text
@@ -1897,7 +1897,7 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:310
 #, no-wrap
-msgid "B<--initramfs> auto|live-initramfs|casper"
+msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
 msgstr ""
 
 #. type: Plain text
@@ -1906,8 +1906,10 @@ msgid ""
 "sets the name of package that contains the live system specific initramfs "
 "modification. By default, auto is used, which means that at build time of "
 "the image rather than on configuration time, the value will be expanded to "
-"casper when building etch systems and to live-initramfs for all other "
-"systems."
+"casper when building etch systems or ubuntu systems, to live-initramfs for "
+"all other systems up to squeeze, and to live-boot for wheezy and newer. "
+"Using 'none' is usefull if the resulting system image should not be a live "
+"image (experimental)."
 msgstr ""
 
 #. type: IP
@@ -2335,7 +2337,7 @@ msgstr ""
 #. type: IP
 #: en/lb_config.1:375
 #, no-wrap
-msgid "-p|B<--packages-lists> I<LIST>|\"I<LISTS>\""
+msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
@@ -2343,8 +2345,8 @@ msgstr ""
 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 "
-"packages lists, you don't need to list them here. Putting them into config/"
-"chroot_local-packageslists is enough (the filename needs to have the .list "
+"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)."
 msgstr ""
 
@@ -2540,7 +2542,7 @@ msgid ""
 "is a quick and convenient way to get a reasonable default selection of "
 "packages suitable for most users when building an image, but it results in "
 "quite big images. If you want to have finer grained package selections, "
-"local packages lists should be used instead."
+"local package lists should be used instead."
 msgstr ""
 
 #. type: IP
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index ae76f35..0b8cd25 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index a5a03a4..bedf00e 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index 93a36a1..f85b8de 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index 7c755e2..02ee628 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index 693c54c..3db016c 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index a73c487..2c4991c 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index 453690d..4aeef1b 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index 2de89a9..069f6a6 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index bcae158..b713b47 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index 5e07867..bc345ad 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index 60871cd..5b37121 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -456,7 +456,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -470,10 +470,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -494,7 +494,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -508,10 +508,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -534,7 +534,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -548,10 +548,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -572,7 +572,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -586,10 +586,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -613,7 +613,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -627,10 +627,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -651,7 +651,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -665,10 +665,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -691,7 +691,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -704,10 +704,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index 5010014..d0ad64b 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -351,7 +351,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -365,10 +365,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -389,7 +389,7 @@ msgstr ""
 #: en/lb_binary_disk.1:23 en/lb_binary_encryption.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-packageslists.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
@@ -403,10 +403,10 @@ msgstr ""
 #: 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-packages.1:23
-#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.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_localization.1:23
-#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.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_sources.1:23
 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
@@ -426,7 +426,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -440,10 +440,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -463,7 +463,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -477,10 +477,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -501,7 +501,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -515,10 +515,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -541,7 +541,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -555,10 +555,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -579,7 +579,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -593,10 +593,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -620,7 +620,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -634,10 +634,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -658,7 +658,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -672,10 +672,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index 2ecced8..02c2ad8 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: 2010-11-22 23:23+0100\n"
+"POT-Creation-Date: 2010-11-29 23:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -35,14 +35,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -57,7 +57,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -70,20 +70,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
 #, no-wrap
-msgid "2010-11-22"
+msgid "2010-11-29"
 msgstr ""
 
 #. type: TH
@@ -92,7 +92,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -105,20 +105,20 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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~a7"
+msgid "3.0~a8"
 msgstr ""
 
 #. type: TH
@@ -127,7 +127,7 @@ msgstr ""
 #: en/lb_binary_disk.1:1 en/lb_binary_encryption.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-packageslists.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
@@ -140,14 +140,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -162,7 +162,7 @@ msgstr ""
 #: en/lb_binary_disk.1:3 en/lb_binary_encryption.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-packageslists.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
@@ -175,14 +175,14 @@ msgstr ""
 #: 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-packages.1:3 en/lb_chroot_local-packageslists.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_localization.1:3 en/lb_chroot_packages.1:3
-#: en/lb_chroot_packageslists.1:3 en/lb_chroot_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_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3
-#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
+#: en/lb_chroot_localization.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_sources.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
+#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
+#: en/lb_config.1:3 en/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
@@ -197,7 +197,7 @@ msgstr ""
 #: en/lb_binary_disk.1:6 en/lb_binary_encryption.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-packageslists.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
@@ -210,14 +210,14 @@ msgstr ""
 #: 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-packages.1:6 en/lb_chroot_local-packageslists.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_localization.1:6 en/lb_chroot_packages.1:6
-#: en/lb_chroot_packageslists.1:6 en/lb_chroot_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_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6
-#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
+#: en/lb_chroot_localization.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_sources.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
+#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
+#: en/lb_config.1:6 en/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
@@ -232,7 +232,7 @@ msgstr ""
 #: en/lb_binary_disk.1:9 en/lb_binary_encryption.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-packageslists.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
@@ -245,14 +245,14 @@ msgstr ""
 #: 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-packages.1:9 en/lb_chroot_local-packageslists.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_localization.1:9 en/lb_chroot_packages.1:9
-#: en/lb_chroot_packageslists.1:9 en/lb_chroot_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_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9
-#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9
+#: en/lb_chroot_localization.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_sources.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
+#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
+#: en/lb_config.1:205 en/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
@@ -267,7 +267,7 @@ msgstr ""
 #: en/lb_binary_disk.1:14 en/lb_binary_encryption.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-packageslists.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
@@ -281,10 +281,10 @@ msgstr ""
 #: 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-packages.1:14
-#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.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_localization.1:14
-#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.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_sources.1:14
 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
@@ -305,7 +305,7 @@ msgstr ""
 #: en/lb_binary_disk.1:17 en/lb_binary_encryption.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-packageslists.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
@@ -319,10 +319,10 @@ msgstr ""
 #: 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-packages.1:17
-#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.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_localization.1:17
-#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.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_sources.1:17
 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
@@ -344,7 +344,7 @@ msgstr ""
 #: en/lb_binary_disk.1:21 en/lb_binary_encryption.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-packageslists.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
@@ -358,10 +358,10 @@ msgstr ""
 #: 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-packages.1:21
-#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.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_localization.1:21
-#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.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_sources.1:21
 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
@@ -382,7 +382,7 @@ msgstr ""
 #: en/lb_binary_disk.1:25 en/lb_binary_encryption.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-packageslists.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
@@ -396,10 +396,10 @@ msgstr ""
 #: 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-packages.1:25
-#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.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_localization.1:25
-#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.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_sources.1:25
 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
@@ -419,7 +419,7 @@ msgstr ""
 #: en/lb_binary_disk.1:26 en/lb_binary_encryption.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-packageslists.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
@@ -433,10 +433,10 @@ msgstr ""
 #: 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-packages.1:26
-#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.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_localization.1:26
-#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.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_sources.1:26
 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
@@ -457,7 +457,7 @@ msgstr ""
 #: en/lb_binary_disk.1:28 en/lb_binary_encryption.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-packageslists.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
@@ -471,10 +471,10 @@ msgstr ""
 #: 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-packages.1:28
-#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.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_localization.1:28
-#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.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_sources.1:28
 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
@@ -497,7 +497,7 @@ msgstr ""
 #: en/lb_binary_disk.1:29 en/lb_binary_encryption.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-packageslists.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
@@ -511,10 +511,10 @@ msgstr ""
 #: 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-packages.1:29
-#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.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_localization.1:29
-#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.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_sources.1:29
 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
@@ -535,7 +535,7 @@ msgstr ""
 #: en/lb_binary_disk.1:31 en/lb_binary_encryption.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-packageslists.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
@@ -549,10 +549,10 @@ msgstr ""
 #: 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-packages.1:31
-#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.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_localization.1:31
-#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.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_sources.1:31
 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
@@ -576,7 +576,7 @@ msgstr ""
 #: en/lb_binary_disk.1:32 en/lb_binary_encryption.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-packageslists.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
@@ -590,10 +590,10 @@ msgstr ""
 #: 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-packages.1:32
-#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.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_localization.1:32
-#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.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_sources.1:32
 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
@@ -614,7 +614,7 @@ msgstr ""
 #: en/lb_binary_disk.1:33 en/lb_binary_encryption.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-packageslists.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
@@ -628,10 +628,10 @@ msgstr ""
 #: 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-packages.1:33
-#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.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_localization.1:33
-#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.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_sources.1:33
 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
@@ -654,7 +654,7 @@ msgstr ""
 #: en/lb_binary_encryption.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-packageslists.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
@@ -667,10 +667,10 @@ msgstr ""
 #: 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-packages.1:19
-#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.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_localization.1:19
-#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.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_sources.1:19
 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
@@ -1303,12 +1303,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:134
 #, no-wrap
-msgid "B<lb_chroot_packageslists>(1)"
+msgid "B<lb_chroot_packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:136
-msgid "queue install of packages lists into chroot"
+msgid "queue install of package lists into chroot"
 msgstr ""
 
 #. type: IP
@@ -1535,12 +1535,12 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:177
 #, no-wrap
-msgid "B<lb_binary_local-packageslists>(1)"
+msgid "B<lb_binary_local-packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
 #: en/live-build.7:179
-msgid "install local packages lists into binary"
+msgid "install local package lists into binary"
 msgstr ""
 
 #. type: IP
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary
index 8598e3e..8d3e6cd 100755
--- a/scripts/build/lb_binary
+++ b/scripts/build/lb_binary
@@ -59,7 +59,7 @@ lb binary_manifest ${*}
 lb binary_encryption ${*}
 
 # Prepare images
-lb binary_local-packageslists ${*}
+lb binary_local-packagelists ${*}
 lb binary_linux-image ${*}
 lb binary_debian-installer ${*}
 lb binary_memtest ${*}
diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub
index efd16ea..50bd94d 100755
--- a/scripts/build/lb_binary_grub
+++ b/scripts/build/lb_binary_grub
@@ -51,7 +51,7 @@ Check_architecture amd64 i386
 Check_crossarchitecture
 
 # Checking depends
-Check_package chroot/usr/sbin/grub grub
+Check_package chroot/usr/sbin/grub grub-legacy
 
 # Restoring cache
 Restore_cache cache/packages_binary
diff --git a/scripts/build/lb_binary_iso b/scripts/build/lb_binary_iso
index 50ed781..d6b1368 100755
--- a/scripts/build/lb_binary_iso
+++ b/scripts/build/lb_binary_iso
@@ -145,7 +145,7 @@ case "${LB_BOOTLOADER}" in
 		;;
 esac
 
-if In_list "stripped minimal" "${LB_PACKAGES_LISTS}"
+if In_list "stripped minimal" "${LB_PACKAGE_LISTS}"
 then
 	if [ "${LB_DEBIAN_INSTALLER}" != "live" ]
 	then
diff --git a/scripts/build/lb_binary_local-packageslists b/scripts/build/lb_binary_local-packagelists
similarity index 81%
rename from scripts/build/lb_binary_local-packageslists
rename to scripts/build/lb_binary_local-packagelists
index 80f3fb2..bd75628 100755
--- a/scripts/build/lb_binary_local-packageslists
+++ b/scripts/build/lb_binary_local-packagelists
@@ -24,13 +24,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin installing local packages lists..."
+Echo_message "Begin installing local package lists..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/binary_local-packageslists
+Check_stagefile .stage/binary_local-packagelists
 
 # Checking lock file
 Check_lockfile .lock
@@ -38,7 +38,7 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if Find_files config/binary_local-packageslists/*.list
+if Find_files config/binary_local-packagelists/*.list
 then
 	# Restoring cache
 	Restore_cache cache/packages_chroot
@@ -53,16 +53,16 @@ then
 	mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
 	touch chroot/var/lib/dpkg/status
 
-	for PACKAGESLIST in config/binary_local-packageslists/*.list
+	for PACKAGELIST in config/binary_local-packagelists/*.list
 	do
 		# Generate package list
-		Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" "config/chroot_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})"
+		Expand_packagelist "${PACKAGELIST}" "config/binary_local-packagelists" "config/chroot_local-packagelists" > chroot/root/"$(basename ${PACKAGELIST})"
 
 		# Downloading additional packages
-		Chroot chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
+		Chroot chroot "xargs --arg-file=/root/$(basename ${PACKAGELIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
 
 		# Remove package list
-		rm chroot/root/"$(basename ${PACKAGESLIST})"
+		rm chroot/root/"$(basename ${PACKAGELIST})"
 	done
 
 	for FILE in chroot/binary.deb/archives/*.deb
@@ -125,5 +125,5 @@ then
 	Save_cache cache/packages_chroot
 
 	# Creating stage file
-	Create_stagefile .stage/binary_local-packageslists
+	Create_stagefile .stage/binary_local-packagelists
 fi
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap
index d7724d7..4a46818 100755
--- a/scripts/build/lb_bootstrap_cdebootstrap
+++ b/scripts/build/lb_bootstrap_cdebootstrap
@@ -80,7 +80,7 @@ fi
 
 if [ -z "${LB_BOOTSTRAP_FLAVOUR}" ]
 then
-	case "${LB_PACKAGES_LISTS}" in
+	case "${LB_PACKAGE_LISTS}" in
 		stripped|minimal)
 			CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal"
 			;;
@@ -155,7 +155,7 @@ then
 	fi
 
 	# Remove cdebootstrap-helper-diverts (needed at least for minimal flavours)
-	case "${LB_PACKAGES_LISTS}" in
+	case "${LB_PACKAGE_LISTS}" in
 		stripped|minimal)
 			Chroot chroot "dpkg -P cdebootstrap-helper-diverts"
 			;;
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index 2e68a0e..c25a769 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -55,13 +55,13 @@ mkdir -p chroot
 # Setting debootstrap options
 if [ -n "${LB_ARCHITECTURE}" ]
 then
-	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch ${LB_ARCHITECTURE}"
+	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURE}"
 fi
 
 if [ "${LB_ARCHIVE_AREAS}" != "main" ]
 then
 	# Modify archive areas to remove leading/trailing whitespaces and replace other whitepspace with commas
-	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LB_ARCHIVE_AREAS} | sed -e 's| |,|g')"
+	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components=$(echo ${LB_ARCHIVE_AREAS} | sed -e 's| |,|g')"
 fi
 
 if [ -n "${LB_BOOTSTRAP_CONFIG}" ]
@@ -88,7 +88,7 @@ if [ "${LB_USE_FAKEROOT}" != "true" ]
 then
 	if [ -z "${LB_BOOTSTRAP_FLAVOUR}" ]
 	then
-		if In_list "stripped minimal" "${LB_PACKAGES_LISTS}"
+		if In_list "stripped minimal" "${LB_PACKAGE_LISTS}"
 		then
 			DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=minbase"
 		fi
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index a5e83f0..1dff0bd 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -56,8 +56,8 @@ lb chroot_linux-image install ${*}
 lb chroot_preseed ${*}
 lb chroot_local-preseed ${*}
 lb chroot_tasks ${*}
-lb chroot_packageslists ${*}
-lb chroot_local-packageslists ${*}
+lb chroot_packagelists ${*}
+lb chroot_local-packagelists ${*}
 lb chroot_packages ${*}
 lb chroot_local-packages ${*}
 lb chroot_install-packages ${*}
diff --git a/scripts/build/lb_chroot_apt b/scripts/build/lb_chroot_apt
index 3a21525..da3b036 100755
--- a/scripts/build/lb_chroot_apt
+++ b/scripts/build/lb_chroot_apt
@@ -122,7 +122,7 @@ case "${1}" in
 		if Find_files config/chroot_local-packages/*.deb
 		then
 			echo >> chroot/etc/apt/preferences
-			echo "# Added by lh_chroot_apt ${@}" >> 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
 
@@ -133,7 +133,7 @@ case "${1}" in
 					;;
 
 				install-binary)
-					# Ensure local packages are not re-installed during lh_binary
+					# Ensure local packages are not re-installed during lb_binary
 					echo "Pin-Priority: 99" >> chroot/etc/apt/preferences
 
 					echo >> chroot/etc/apt/preferences
@@ -220,8 +220,8 @@ case "${1}" in
 		then
 			if [ -f chroot/etc/apt/preferences ]
 			then
-				# delete additions from lh_chroot_apt install|install-binary to preferences
-				sed -i '/# Added by lh_chroot_apt/,$d' chroot/etc/apt/preferences
+				# delete additions from lb_chroot_apt install|install-binary to preferences
+				sed -i '/# Added by lb_chroot_apt/,$d' chroot/etc/apt/preferences
 				# delete the last empty line
 				sed -i '${/^[[:blank:]]*$/d;}' chroot/etc/apt/preferences
 				# if the resulting preferences file is empty there was no user additions, remove it
diff --git a/scripts/build/lb_chroot_hooks b/scripts/build/lb_chroot_hooks
index ed40b18..7e2860c 100755
--- a/scripts/build/lb_chroot_hooks
+++ b/scripts/build/lb_chroot_hooks
@@ -39,7 +39,7 @@ Check_lockfile .lock
 Create_lockfile .lock
 
 # Processing hooks
-HOOKS="$(echo ${LB_HOOKS} ${LB_PACKAGES_LISTS} ${LB_TASKS} | sed -e 's| |\n|g' | sort -u)"
+HOOKS="$(echo ${LB_HOOKS} ${LB_PACKAGE_LISTS} ${LB_TASKS} | sed -e 's| |\n|g' | sort -u)"
 
 for HOOK in ${HOOKS}
 do
diff --git a/scripts/build/lb_chroot_local-packageslists b/scripts/build/lb_chroot_local-packagelists
similarity index 72%
rename from scripts/build/lb_chroot_local-packageslists
rename to scripts/build/lb_chroot_local-packagelists
index ab7e5f2..ea333cc 100755
--- a/scripts/build/lb_chroot_local-packageslists
+++ b/scripts/build/lb_chroot_local-packagelists
@@ -14,7 +14,7 @@ set -e
 . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
 
 # Setting static variables
-DESCRIPTION="$(Echo 'queue install of local packages lists into chroot')"
+DESCRIPTION="$(Echo 'queue install of local package lists into chroot')"
 HELP=""
 USAGE="${PROGRAM} [--force]"
 
@@ -24,13 +24,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin queueing installation of local packages lists..."
+Echo_message "Begin queueing installation of local package lists..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_local-packageslists
+Check_stagefile .stage/chroot_local-packagelists
 
 # Checking lock file
 Check_lockfile .lock
@@ -38,15 +38,15 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if ls config/chroot_local-packageslists/*.list > /dev/null 2>&1
+if ls config/chroot_local-packagelists/*.list > /dev/null 2>&1
 then
-	for LIST in config/chroot_local-packageslists/*.list
+	for LIST in config/chroot_local-packagelists/*.list
 	do
 		# Generating local package list
-		Expand_packagelist "$(basename ${LIST})" "config/chroot_local-packageslists" \
+		Expand_packagelist "$(basename ${LIST})" "config/chroot_local-packagelists" \
 			>> chroot/root/chroot_packages
 	done
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_local-packageslists
+	Create_stagefile .stage/chroot_local-packagelists
 fi
diff --git a/scripts/build/lb_chroot_packageslists b/scripts/build/lb_chroot_packagelists
similarity index 74%
rename from scripts/build/lb_chroot_packageslists
rename to scripts/build/lb_chroot_packagelists
index bd2ba24..398432c 100755
--- a/scripts/build/lb_chroot_packageslists
+++ b/scripts/build/lb_chroot_packagelists
@@ -14,7 +14,7 @@ set -e
 . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
 
 # Setting static variables
-DESCRIPTION="$(Echo 'queue install of packages lists into chroot')"
+DESCRIPTION="$(Echo 'queue install of package lists into chroot')"
 HELP=""
 USAGE="${PROGRAM} [--force]"
 
@@ -24,13 +24,13 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-Echo_message "Begin queueing installation of packages lists..."
+Echo_message "Begin queueing installation of package lists..."
 
 # Requiring stage file
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_packageslists
+Check_stagefile .stage/chroot_packagelists
 
 # Checking lock file
 Check_lockfile .lock
@@ -38,15 +38,15 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if [ -n "${LB_PACKAGES_LISTS}" ] && [ "${LB_PACKAGES_LISTS}" != "none" ]
+if [ -n "${LB_PACKAGE_LISTS}" ] && [ "${LB_PACKAGE_LISTS}" != "none" ]
 then
 
-	for LIST in ${LB_PACKAGES_LISTS}
+	for LIST in ${LB_PACKAGE_LISTS}
 	do
 		# Generating package list
 		Expand_packagelist "${LIST}" >> chroot/root/chroot_packages
 	done
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_packageslists
+	Create_stagefile .stage/chroot_packagelists
 fi
diff --git a/scripts/build/lb_chroot_preseed b/scripts/build/lb_chroot_preseed
index 22bfe7a..26b7922 100755
--- a/scripts/build/lb_chroot_preseed
+++ b/scripts/build/lb_chroot_preseed
@@ -39,7 +39,7 @@ Check_lockfile .lock
 Create_lockfile .lock
 
 # Processing preseeds
-for PRESEED in ${LB_PACKAGES_LISTS} ${LB_TASKS}
+for PRESEED in ${LB_PACKAGE_LISTS} ${LB_TASKS}
 do
 	if [ -f ${LB_BASE:-/usr/share/live/build}/preseed/"${PRESEED}" ]
 	then
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources
index e073d3a..79e4232 100755
--- a/scripts/build/lb_chroot_sources
+++ b/scripts/build/lb_chroot_sources
@@ -238,7 +238,7 @@ EOF
 				# If we bootstrapped a minimal chroot, we need
 				# to install apt-utils before we have have
 				# completed all the indices.
-				case "${LB_PACKAGES_LISTS}" in
+				case "${LB_PACKAGE_LISTS}" in
 					stripped|minimal)
 						Chroot chroot "apt-get update"
 						;;
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 257a7b6..1b101d3 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -111,7 +111,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
 \t    [--net-cow-path PATH]\n\
 \t    [--net-cow-server IP|HOSTNAME]\n\
 \t    [--net-tarball bzip2|gzip|tar|none]\n\
-\t    [-p|--packages-lists FILE]\n\
+\t    [-p|--package-lists FILE]\n\
 \t    [--packages PACKAGE|\"PACKAGES\"]\n\
 \t    [--quiet]\n\
 \t    [-r|--repositories REPOSITORY|\"REPOSITORIES\"]\n\
@@ -144,7 +144,7 @@ Local_arguments ()
 		distribution:,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:,chroot-filesystem:,exposed-root:,virtual-root-size:,
 		gzip-options:,hooks:,interactive:,keyring-packages:,language:,linux-flavours:,linux-packages:,
-		packages:,packages-lists:,tasks:,security:,volatile:,backports:,sysvinit:,binary-filesystem:,binary-images:,
+		packages:,package-lists:,tasks:,security:,volatile:,backports:,sysvinit:,binary-filesystem:,binary-images:,
 		apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,build-with-chroot:,
 		debian-installer:,debian-installer-distribution:,debian-installer-preseedfile:,debian-installer-gui:,
 		encryption:,grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:,
@@ -181,7 +181,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-packageslists config/chroot_local-packageslists config/chroot_apt config/chroot_local-patches config/chroot_local-preseed config/binary_rootfs
+				for DIRECTORY in config/binary_local-packagelists config/chroot_local-packagelists config/chroot_apt config/chroot_local-patches config/chroot_local-preseed config/binary_rootfs
 				do
 					if Find_files "${DIRECTORY}"
 					then
@@ -499,8 +499,8 @@ Local_arguments ()
 				shift 2
 				;;
 
-			-p|--packages-lists)
-				LB_PACKAGES_LISTS="${2}"
+			-p|--package-lists)
+				LB_PACKAGE_LISTS="${2}"
 				shift 2
 				;;
 
@@ -946,7 +946,7 @@ GZIP_OPTIONS="${GZIP_OPTIONS}"
 ISOHYBRID_OPTIONS="${ISOHYBRID_OPTIONS}"
 EOF
 
-# Creating lh_bootstrap_* configuration
+# Creating lb_bootstrap_* configuration
 cat > config/bootstrap << EOF
 # config/bootstrap - options for live-build(7), bootstrap stage
 
@@ -1023,13 +1023,13 @@ LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER}"
 LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS}"
 EOF
 
-# Creating lh_chroot_* configuration
+# Creating lb_chroot_* configuration
 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-packageslists
+mkdir -p config/chroot_local-packagelists
 mkdir -p config/chroot_local-preseed
 mkdir -p config/chroot_sources
 
@@ -1084,9 +1084,9 @@ LB_REPOSITORIES="${LB_REPOSITORIES}"
 # (Default: empty)
 LB_PACKAGES="${LB_PACKAGES}"
 
-# \$LB_PACKAGES_LISTS: set package list to install
-# (Default: ${LB_PACKAGES_LISTS})
-LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS}"
+# \$LB_PACKAGE_LISTS: set package list to install
+# (Default: ${LB_PACKAGE_LISTS})
+LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS}"
 
 # \$LB_TASKS: set tasks to install
 # (Default: empty)
@@ -1109,14 +1109,14 @@ LB_BACKPORTS="${LB_BACKPORTS}"
 LB_SYSVINIT="${LB_SYSVINIT}"
 EOF
 
-# Creating lh_binary_* configuration
+# Creating lb_binary_* configuration
 mkdir -p config/binary_debian-installer
 mkdir -p config/binary_debian-installer-includes
 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-packageslists
+mkdir -p config/binary_local-packagelists
 mkdir -p config/binary_local-udebs
 mkdir -p config/binary_rootfs
 mkdir -p config/binary_syslinux
@@ -1258,7 +1258,7 @@ LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME}"
 LB_USERNAME="${LB_USERNAME}"
 EOF
 
-# Creating lh_source_* configuration
+# Creating lb_source_* configuration
 cat > config/source << EOF
 # config/source - options for live-build(7), source stage
 
@@ -1277,8 +1277,8 @@ mkdir -p auto/scripts
 if [ "${CONFIG}" = "clone" ] # FIXME
 then
 	# Read package selection
-	echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packageslists/local-system
-	LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS} local-system"
+	echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packagelists/local-system
+	LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS} local-system"
 
 	# Read debconf questions
 	if [ ! -f /usr/bin/debconf-get-selections ]
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html
index 32c0d79..e10421f 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -14,7 +14,7 @@
 	<tr><td>Email: </td><td>EMAIL</td></tr>
 	<tr><td>--binary-image: </td><td>LB_BINARY_IMAGES</td></tr>
 	<tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr>
-	<tr><td>--packages-lists: </td><td>LB_PACKAGES_LISTS</td></tr>
+	<tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr>
 	<tr><td>--tasks: </td><td>LB_TASKS</td><tr>
 	<tr><td>--packages: </td><td>LB_PACKAGES</td><tr>
 </table>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 1872a22..d3ae837 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -43,9 +43,9 @@
 			</td>
 		</tr>
 		<tr>
-			<td><label for="Packages_Lists">--packages-lists:</label> </td>
+			<td><label for="Package_Lists">--package-lists:</label> </td>
 			<td>
-				<select id="Packages_Lists" name="packages_lists" size="1" >
+				<select id="Package_Lists" name="package_lists" size="1" >
 					<option value="debian-forensics">debian-forensics</option>
 					<option value="debian-junior">debian-junior</option>
 					<option value="debian-live">debian-live</option>
@@ -168,7 +168,7 @@
 		</tr>
 		<!-- LIVE_LINUX_PACKAGES -->
 		<!-- LIVE_PACKAGES -->
-		<!-- LIVE_PACKAGES_LISTS -->
+		<!-- LIVE_PACKAGE_LISTS -->
 		<!-- LIVE_TASKS -->
 		<tr>
 			<td><label for="Security">--security:</label> </td>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index b5fc195..393aa9c 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -14,7 +14,7 @@
 	<tr><td>Email: </td><td>EMAIL</td></tr>
 	<tr><td>--binary-image: </td><td>LB_BINARY_IMAGES</td></tr>
 	<tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr>
-	<tr><td>--packages-lists: </td><td>LB_PACKAGES_LISTS</td></tr>
+	<tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr>
 	<tr><td>--tasks: </td><td>LB_TASKS</td><tr>
 	<tr><td>--packages: </td><td>LB_PACKAGES</td><tr>
 </table>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 6dcc825..4f76c34 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -42,9 +42,9 @@
 			</td>
 		</tr>
 		<tr>
-			<td><label for="Packages_Lists">--packages-lists:</label> </td>
+			<td><label for="Package_Lists">--package-lists:</label> </td>
 			<td>
-				<select id="Packages_Lists" name="packages_lists" size="1" >
+				<select id="Package_Lists" name="package_lists" size="1" >
 					<option value="debian-forensics">debian-forensics</option>
 					<option value="debian-junior">debian-junior</option>
 					<option value="debian-live">debian-live</option>
@@ -167,7 +167,7 @@
 		</tr>
 		<!-- LIVE_LINUX_PACKAGES -->
 		<!-- LIVE_PACKAGES -->
-		<!-- LIVE_PACKAGES_LISTS -->
+		<!-- LIVE_PACKAGE_LISTS -->
 		<!-- LIVE_TASKS -->
 		<tr>
 			<td><label for="Security">--security:</label> </td>

-- 
live-build



More information about the debian-live-changes mailing list