[SCM] live-build branch, debian-next, updated. debian/3.0_a7-1-2-gd968e00

Daniel Baumann daniel at debian.org
Tue Nov 23 11:40:30 UTC 2010


The following commit has been merged in the debian-next branch:
commit d968e00c36de097cb20e54adb69d4b4d1d7a1627
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 23 12:31:15 2010 +0100

    Renaming 'packages lists' to 'package lists' all over the place.

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/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/packageslists.sh b/functions/packagelists.sh
similarity index 100%
rename from functions/packageslists.sh
rename to functions/packagelists.sh
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 08345ff..209bfa3 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\-23 3.0~a7 "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..eb2d095 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\-23 3.0~a7 "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..344532c 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\-23 3.0~a7 "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..b40df4a 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\-23 3.0~a7 "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..12fea47 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\-23 3.0~a7 "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..94a8d47 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\-23 3.0~a7 "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..7333eb8 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\-23 3.0~a7 "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..20e62de 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\-23 3.0~a7 "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..fa2793a 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\-23 3.0~a7 "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..ce3b6cf 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\-23 3.0~a7 "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..34af701 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\-23 3.0~a7 "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..11db793 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\-23 3.0~a7 "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..4e56d60 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\-23 3.0~a7 "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..d4ed96f 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\-23 3.0~a7 "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..81d643d 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\-23 3.0~a7 "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..50bed7f 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\-23 3.0~a7 "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..e6c47d1 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\-23 3.0~a7 "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..247c2c5 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\-23 3.0~a7 "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..97875c7 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\-23 3.0~a7 "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..0a08e97 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\-23 3.0~a7 "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..3058677 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\-23 3.0~a7 "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..37396ae 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\-23 3.0~a7 "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..a3228f7 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\-23 3.0~a7 "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..526a3e0 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\-23 3.0~a7 "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..c30ae89 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\-23 3.0~a7 "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..287340d 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\-23 3.0~a7 "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..f82e1bd 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\-23 3.0~a7 "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..fc6231d 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\-23 3.0~a7 "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..a4f9e19 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\-23 3.0~a7 "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..f00d6dc 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\-23 3.0~a7 "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..b40fd20 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\-23 3.0~a7 "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..c51a2d9 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\-23 3.0~a7 "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..29b4857 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\-23 3.0~a7 "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..44f6c20 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\-23 3.0~a7 "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..b22ebba 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\-23 3.0~a7 "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..14c35fe 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\-23 3.0~a7 "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..18cc4ac 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\-23 3.0~a7 "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..38ce6b4 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\-23 3.0~a7 "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..f6c21c6 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\-23 3.0~a7 "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..782c418 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\-23 3.0~a7 "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..603bb0f 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\-23 3.0~a7 "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..2b041b2 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\-23 3.0~a7 "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..b3e35c3 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\-23 3.0~a7 "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..c05639d 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\-23 3.0~a7 "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..82a7db5 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\-23 3.0~a7 "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..d9ecf5d 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\-23 3.0~a7 "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..a1c58d3 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\-23 3.0~a7 "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..9f465db 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\-23 3.0~a7 "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..f4ed835 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\-23 3.0~a7 "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..235c9e7 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\-23 3.0~a7 "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..2c3afb7 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\-23 3.0~a7 "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..fa59bc4 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\-23 3.0~a7 "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..5973982 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\-23 3.0~a7 "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..274c2ff 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\-23 3.0~a7 "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..1855f26 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\-23 3.0~a7 "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..267eadc 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\-23 3.0~a7 "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..28c66eb 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\-23 3.0~a7 "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..e94321d 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\-23 3.0~a7 "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..4d0673b 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\-23 3.0~a7 "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..64c7a3b 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\-23 3.0~a7 "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..2ed610c 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\-23 3.0~a7 "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..fbda12c 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\-23 3.0~a7 "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..f4ed10e 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\-23 3.0~a7 "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..e7bfd6d 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\-23 3.0~a7 "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..a923602 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\-23 3.0~a7 "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..6596d81 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\-23 3.0~a7 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fP \- Create config directory
@@ -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
@@ -592,11 +592,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 +653,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..a89bc81 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\-23 3.0~a7 "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..94d5a13 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\-23 3.0~a7 "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..53d7574 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\-23 3.0~a7 "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..f1e979c 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\-23 3.0~a7 "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..6b398ee 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\-23 3.0~a7 "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..af89bde 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\-23 3.0~a7 "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..96a9190 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\-23 3.0~a7 "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..b277bdc 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\-23 3.0~a7 "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..443b0bc 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\-23 3.0~a7 "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..fa50263 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\-23 3.0~a7 "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..145366e 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\-23 3.0~a7 "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..4da6129 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\-23 3.0~a7 "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..fc14253 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\-23 3.0~a7 "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..fcafe18 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\-23 3.0~a7 "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..0bcc403 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\-23 3.0~a7 "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..4d93451 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\-23 3.0~a7 "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..a0e2f79 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\-23 3.0~a7 "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..54c2513 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\-23 3.0~a7 "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..97a713e 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\-23 3.0~a7 "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..2b2075e 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\-23 3.0~a7 "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..783525b 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\-23 3.0~a7 "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..c68f6cd 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\-23 3.0~a7 "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..af601ac 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\-23 3.0~a7 "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..efd76a5 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\-23 3.0~a7 "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..4a3a6ee 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\-23 3.0~a7 "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..4816c63 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\-23 3.0~a7 "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..987d151 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\-23 3.0~a7 "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..5736bb0 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\-23 3.0~a7 "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..b635656 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\-23 3.0~a7 "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..7c09f1d 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\-23 3.0~a7 "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..528c501 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\-23 3.0~a7 "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..36704c7 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\-23 3.0~a7 "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..227b0fc 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\-23 3.0~a7 "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..ef8c736 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\-23 3.0~a7 "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..bda5644 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\-23 3.0~a7 "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..1cf0e5d 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\-23 3.0~a7 "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..eeeb524 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\-23 3.0~a7 "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..77f2a03 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\-23 3.0~a7 "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..edcb869 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\-23 3.0~a7 "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..63e00b0 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\-23 3.0~a7 "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..affb55b 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\-23 3.0~a7 "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..b240fe3 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\-23 3.0~a7 "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..9abbe1e 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\-23 3.0~a7 "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..a113424 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\-23 3.0~a7 "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..d25e695 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\-23 3.0~a7 "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..1176ede 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\-23 3.0~a7 "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..fd6ae5b 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\-23 3.0~a7 "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..34e4f3a 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\-23 3.0~a7 "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..3fe3153 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\-23 3.0~a7 "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..5134bc6 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\-23 3.0~a7 "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..bdf101d 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\-23 3.0~a7 "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..e83f587 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\-23 3.0~a7 "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..d5efc6c 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\-23 3.0~a7 "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..308e85c 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\-23 3.0~a7 "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..75b43b0 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\-23 3.0~a7 "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..ae85794 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\-23 3.0~a7 "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..a325554 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\-23 3.0~a7 "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..75bd7b1 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\-23 3.0~a7 "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..32c89c4 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\-23 3.0~a7 "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..301b43f 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\-23 3.0~a7 "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..22c37c6 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\-23 3.0~a7 "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..8e43c09 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\-23 3.0~a7 "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..693f6d2 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\-23 3.0~a7 "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..039e6cb 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\-23 3.0~a7 "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..14e8ae1 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\-23 3.0~a7 "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..b6e0bcd 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\-23 3.0~a7 "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..ff5504c 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\-23 3.0~a7 "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..a84a77d 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\-23 3.0~a7 "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..88dafc9 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\-23 3.0~a7 "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..96a8093 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\-23 3.0~a7 "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..cd8d6ad 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\-23 3.0~a7 "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..06c7bea 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\-23 3.0~a7 "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..6e6c36a 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\-23 3.0~a7 "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..984e99a 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\-23 3.0~a7 "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..0e10b99 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\-23 3.0~a7 "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..599e18e 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\-23 3.0~a7 "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..b3fc25c 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\-23 3.0~a7 "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..98cbd3f 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\-23 3.0~a7 "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..2e6f9d1 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\-23 3.0~a7 "Debian Live Project"
 
 .SH NAME
 \fBlb config\fR \- Create config directory
@@ -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
@@ -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..3faeee2 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\-23 3.0~a7 "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..c777717 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\-23 3.0~a7 "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..999aae7 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\-23 3.0~a7 "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..df65c82 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\-23 3.0~a7 "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..cc9b247 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\-23 3.0~a7 "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..907114e 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\-23 3.0~a7 "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..bdf131f 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\-23 3.0~a7 "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..4b45320 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\-23 3.0~a7 "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..7fb45fa 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\-23 3.0~a7 "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..4e0c4d9 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\-23 3.0~a7 "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..e477bbf 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\-23 3.0~a7 "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..b9af793 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\-23 3.0~a7 "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..debd3ed 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\-23 3.0~a7 "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..44dec54 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..1188f95 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..321fd50 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..ef9deeb 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..bffb96c 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..da0811d 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..4674ab3 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..4610a3e 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..fc65f77 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..96f5d21 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..fb18d97 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..84c2ced 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..91e519b 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..ab59d58 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d9ad484 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..63398f7 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..ad074cc 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..4273c55 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8708a97 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d0ff9f8 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..e1b7371 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c846e59 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f5dd9fc 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f34b2cc 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..83c3e60 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b628980 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f4bb1ea 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..13a72a7 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b675b4b 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d0d3602 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..222d3b6 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b3a36f5 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..a4722f6 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d0bf9fb 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f0baaa9 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..ec5fe22 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..3c8b8fc 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..9acc62d 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..3109723 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..671ffd4 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2cba3db 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..7b5fb88 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c01231b 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c48e1db 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f06936f 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..9b701be 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c71bfff 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..a15ba59 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..aa4c739 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..4ffa2c7 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b65eb1b 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..62dbf7c 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8ae4841 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..df49862 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b74c01e 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..04c839d 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d6cb6b3 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..abc19c6 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2fcce3a 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..de1320c 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8068cd6 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f7d5e68 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..6fe78aa 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..a4351ac 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..66d9be2 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2ccc61a 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-23 12:36+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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
@@ -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
@@ -2335,7 +2335,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 +2343,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 +2540,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..b712464 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..63706d4 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..947c531 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..ea07b1b 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..e0dd452 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c9e72d5 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..871edae 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..db8d2b1 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..6d91032 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8b0f151 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..aa3cb3e 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c64786f 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2d7fb9f 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f6c45e3 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f27b414 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..778ed1a 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..6eff04b 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..77df62c 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..59f02aa 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2526868 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..930434a 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..6c9fb07 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..631b3e3 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..72ba5fb 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d0340d7 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8a21ee8 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..1fd713a 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f1681f6 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..0003e3a 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..cdea8bd 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f309c32 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..e146973 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b5e61aa 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..bee9af1 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c9be593 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..0201274 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..bd2810f 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..edd88d0 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..27680fb 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d8816ac 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..a71a619 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..e935aa9 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..524babb 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..3579ae2 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2a2f77a 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8be0759 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..78dbc84 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..ae1dc8c 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..e4ec846 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..72383fd 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..62d49f0 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..3ac5db9 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..0d59825 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..5e466af 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2dbcb1a 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8a7a53c 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..441b398 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f60a335 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..7783b56 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..a171641 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f97614d 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..9d2c2e6 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..e59de3c 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..f8f05f4 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d0c886e 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b03b069 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..52556a1 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..796b366 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b678a31 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..446590f 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..2b17e6e 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..63558dd 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c6dd0fd 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8e5179f 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..5cc43dd 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..581b47d 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..42c97ec 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..048eecd 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..b2df4db 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-23 12:36+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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
@@ -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
@@ -2335,7 +2335,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 +2343,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 +2540,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..cfcc938 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..3e91686 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..3f757a4 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..a00c2e4 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..6128d28 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..967d744 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..a4e4e3d 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..8958331 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..d9be509 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..29666d4 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..01d5574 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..104bbab 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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..c601a99 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-23 12:29+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-23"
 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,14 +105,14 @@ msgstr ""
 #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1
+#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1
-#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1
-#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1
-#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1
-#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1
-#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
+#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
+#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
+#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
+#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
+#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
@@ -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_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..2502888 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -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_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 6772519..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
 				;;
 
@@ -1029,7 +1029,7 @@ 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)
@@ -1116,7 +1116,7 @@ mkdir -p config/binary_grub
 mkdir -p config/binary_local-debs
 mkdir -p config/binary_local-hooks
 mkdir -p config/binary_local-includes
-mkdir -p config/binary_local-packageslists
+mkdir -p config/binary_local-packagelists
 mkdir -p config/binary_local-udebs
 mkdir -p config/binary_rootfs
 mkdir -p config/binary_syslinux
@@ -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